Text  |   XML   |   Visible Warnings:

Irssi : Irssi analysis 1 : Unreachable Call  at irssi.c:179

Categories: LANG.STRUCT.UC CWE:561
Warning ID: 2395.2409
Procedure: textui_finish_init
Trace: View
Modified: Wed Sep 2 12:24:31 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/irssi/irssi-0.8.14/src/fe-text/irssi.c
  Enter textui_finish_init
159 static void textui_finish_init(void) 
160 {
161         quitting = FALSE;
162  
163         if (dummy)
164                 term_dummy_init();
165         else {
166                 term_refresh_freeze();
167                 textbuffer_init();
168                 textbuffer_view_init();
169                 textbuffer_commands_init();
170                 gui_expandos_init();
171                 gui_printtext_init();
172                 gui_readline_init();
173                 lastlog_init();
174                 mainwindows_init();
175                 mainwindow_activity_init();
176                 mainwindows_layout_init();
177                 gui_windows_init();
178                 statusbar_init();
179                 term_refresh_thaw();     /* Unreachable Call */
180  
181                 /* don't check settings with dummy mode */ 
182                 settings_check();
183         }
184  
185         module_register("core", "fe-text");
186  
187 #ifdef HAVE_STATIC_PERL 
188         perl_core_init();
189         fe_perl_init();
190 #endif 
191  
192         dirty_check();
193  
194         fe_common_core_finish_init();
195         signal_emit("irssi init finished", 0);
196  
197         if (display_firsttimer) {
198                 printtext_window(active_win, MSGLEVEL_CLIENTNOTICE,
199                                  "%s", firsttimer_text);
200         }
201 




Change Warning 2395.2409 : Unreachable Call

Priority:
State:
Finding:
Owner:
Note: