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

    r39 r40  
    20972097          if (!mess_win)
    20982098          {
    2099             mess_win=file_dialog(eh,symbol_str("saveas_name"),current_level ? current_level->name() : (char *)"untitled.spe",
     2099            mess_win=file_dialog(eh,symbol_str("saveas_name"),current_level ? current_level->name() : "untitled.spe",
    21002100                               ID_LEVEL_SAVEAS_OK,symbol_str("ok_button"),
    21012101                                 ID_CANCEL,symbol_str("cancel_button"),
Note: See TracChangeset for help on using the changeset viewer.