Text  |   XML   |   Visible Warnings:

Pvm : Pvm analysis 1 : Unreachable Data Flow  at cmds.c:1952

Categories: LANG.STRUCT.UC CWE:561
Warning ID: 2898.2966
Procedure: quit_cmd
Trace: View
Modified: Wed Sep 2 12:52:12 2009   show details
 
Priority: None
State: None
Finding: None
Owner: None
  edit properties

Legend [ X ]
Warning Location
Contributes
Parse Error
Other Warning
Two or More Loop Iterations
On Execution Path
Comment
Macro
Preprocessor
Include
Keyword
Preprocessed Away

Source  |  Language: C Hide Legend     
LineSource
  /u1/paul/SATE/2010/c/pvm/pvm3/console/cmds.c
  Enter quit_cmd
1941 quit_cmd() 
1942 {
1943         printf("\n");
1944         if (mytid > 0) {
1945                 pvm_exit();
1946                 printf("pvmd still running.\n");
1947         }
1948 #ifdef WIN32 
1949         WSACleanup(); 
1950 #endif 
1951         exit(0);
1952         return 0;  /* for stupid SGI compiler :-Q */     /* Unreachable Data Flow */
1953 




Change Warning 2898.2966 : Unreachable Data Flow

Priority:
State:
Finding:
Owner:
Note: