Text  |   XML   |   Visible Warnings:

irssi-0.8.14 : irssi-0.8.14 analysis 2 : Ignored Return Value  at massjoin.c:259

Categories: LANG.FUNCS.IRV CWE:252 CWE:253 POW10:7
Warning ID: 7461.28562
Procedure: sig_massjoin_timeout
Trace: view
Modified: Thu Nov 26 11:21:22 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
  /kat0/fletcher/SATE/2010/irssi-0.8.14/src/irc/core/massjoin.c
  Enter sig_massjoin_timeout
254 static int sig_massjoin_timeout(void) 
255 {
256         GSList *tmp;
257         time_t max;
258  
259         max = time(NULL)-settings_get_int("massjoin_max_wait");     /* Ignored Return Value */
260         for (tmp = servers; tmp != NULL; tmp = tmp->next) {
261                 IRC_SERVER_REC *server = tmp->data;
262  
263                 if (IS_IRC_SERVER(server))
264                         server_check_massjoins(server, max);
265         }
266  
267         return 1;
268 } 




Change Warning 7461.28562 : Ignored Return Value

Priority:
State:
Finding:
Owner:
Note: