Text   |  XML   |  ReML   |   Visible Warnings:

Useless Assignment  at wimaxasncp_dict.c:2272

No properties have been set. | edit properties
Jump to warning location ↓ warning details...
Show Events | Options

WimaxasncpDict_init_buffer

(/home/sate/Testcases/c/cve/wireshark-1.2.0/plugins/wimaxasncp/wimaxasncp_dict.c)expand/collapse
Show more  
 2251      static void WimaxasncpDict_init_buffer  (YY_BUFFER_STATE  b, FILE * file )
 2252   
 2253  {
 2254          int oerrno = errno;
 2255       
 2256          WimaxasncpDict_flush_buffer(b );
 2257   
 2258          b->yy_input_file = file;
 2259          b->yy_fill_buffer = 1;
 2260   
 2261      /* If b is the current buffer, then WimaxasncpDict_init_buffer was _probably_
 2262       * called from WimaxasncpDictrestart() or through yy_get_next_buffer.
 2263       * In that case, we don't want to reset the lineno or column.
 2264       */
 2265      if (b != YY_CURRENT_BUFFER){
 2266          b->yy_bs_lineno = 1;
 2267          b->yy_bs_column = 0;
 2268      }
 2269   
 2270          b->yy_is_interactive = 0;
 2271       
 2272          errno = oerrno;
 2273  }
Show more  




Change Warning 3923.29637 : Useless Assignment

Priority:
State:
Finding:
Owner:
Note: