]> granicus.if.org Git - procps-ng/commitdiff
label: }
authoralbert <>
Wed, 2 Oct 2002 00:33:56 +0000 (00:33 +0000)
committeralbert <>
Wed, 2 Oct 2002 00:33:56 +0000 (00:33 +0000)
proc/ksym.c
ps/display.c
ps/parser.c
ps/sortformat.c

index 4549ffaa27ea5c9e8ca940c2039749252d5dd1df..2aef56b56ee2bba5e8e01244fdd124ce377bb90a 100644 (file)
@@ -224,7 +224,7 @@ open_again:
     default:     _exit(101);
     case EACCES:   /* somebody screwing around? */
       /* FIXME: set a flag to disable symbol lookup? */
-    case ENOENT:   /* no module support */
+    case ENOENT:;  /* no module support */
     }
     goto hell;
   }
index 1ad27b83a34678deddf06b7d80efbaf7175e28da..792068090be15fda4729768d3519bb1482a5c71b 100644 (file)
@@ -327,6 +327,7 @@ static void show_forest(const int n){
     }
     show_tree(i,n,0,0);
 not_root:
+    ;
   }
   /* don't free the array because it takes time and ps will exit anyway */
 }
@@ -379,6 +380,7 @@ int main(int argc, char *argv[]){
     case SIGKILL:  /* can not catch */
     case SIGSTOP:  /* can not catch */
     case SIGWINCH: /* don't care if window size changes */
+      ;
     }
   } while (0);
 #endif
index 1e92be24c48eef2f9c972033cac21b56e6199d66..5a7e0125047a7a30eb92ed1a89adfbdda05b9b6a 100644 (file)
@@ -699,6 +699,7 @@ static const char *grab_gnu_arg(void){
     if(*++flagptr) return flagptr;   /* found it */
     return NULL;                     /* empty '=' or ':' */
   case '\0': /* try next argv[] */
+    ;
   }
   if(thisarg+2 > ps_argc) return NULL;   /* there is nothing left */
   /* argument follows ps_argv[thisarg] */
index aff90e4e64a6e54483432aa0be116c8f60e3a85a..c6f7e64d59bd5afcd7254f85b59c09005b9cf2d6 100644 (file)
@@ -140,6 +140,7 @@ static const char *aix_format_parse(sf_node *sfn){
     if(c)         goto initial;
     return "Improper AIX field descriptor.";
   looks_ok:
+    ;
   }
 
   /*** sanity check passed ***/