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/gifread.cpp

    r17 r40  
    1414
    1515
    16 struct {
     16struct GifScreen {
    1717        uint16_t        Width;
    1818        uint16_t        Height;
     
    2424} GifScreen;
    2525
    26 struct {
     26struct gif_screen {
    2727  uint16_t w,h;
    2828  uint8_t color_info,background,reserved;
    2929} gif_screen;
    3030
    31 struct {
     31struct gif_image {
    3232  uint16_t xoff,yoff,w,h;
    3333  uint8_t color_info;
Note: See TracChangeset for help on using the changeset viewer.