Ignore:
Timestamp:
Mar 2, 2008, 12:52:07 AM (15 years ago)
Author:
Sam Hocevar
Message:
  • Fix a few more warnings.
  • Remove -Wshadow from the warnings because it is too verbose for now.
  • Remove warning flags that have no meaning in C++.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • abuse/trunk/src/imlib/targa.cpp

    r17 r40  
    4343  int h=fp->read_uint16();
    4444  uint8_t bpp=fp->read_uint8();
    45   uint8_t im_des=fp->read_uint8();
     45  fp->read_uint8(); // im_des
    4646
    4747  if (bpp!=32)
Note: See TracChangeset for help on using the changeset viewer.