Project

General

Profile

« Previous | Next » 

Revision af42a763

Added by skyjake about 13 years ago

gcc: Disabled most warnings

There are hundreds of warnings from the old C code, such as
signed/unsigned comparisons and comparisons that are always true
due to value range. These are now disabled as it is unlikely
that all of these will be fixed for the legacy code.

TODO: Enable strict warnings for new C++ code.

Files

  • added
  • modified
  • copied
  • renamed
  • deleted

View differences