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

    r39 r40  
    282282        color_table=NULL;
    283283
     284# if 0
    284285        int should_save_sd_cache = 0;
    285286
    286 # if 0
    287287        char *cachepath;
    288288        cachepath = (char *)jmalloc( strlen( get_save_filename_prefix() ) + 12 + 1, "cachepath" );
Note: See TracChangeset for help on using the changeset viewer.