Skip to content
Snippets Groups Projects
  1. Dec 05, 2002
    • Samuel Hocevar's avatar
      * ./ipkg/Makefile.in: removed a file handled by automake. · 5927421c
      Samuel Hocevar authored
        * ./configure.ac.in: additional warning flags for GCC.
             -Wconversion
                 Warn if a prototype causes a type conversion that is different from
                 what would happen to the same argument in the absence of a proto-
                 type.
             -Wsign-compare
                 Warn when a comparison between signed and unsigned values could
                 produce an incorrect result when the signed value is converted to
                 unsigned.
             -Wunreachable-code
                 Warn if the compiler detects that code will never be executed.
             -Wdisabled-optimization
                 Warn if a requested optimization pass is disabled.
          See the gcc documentation for more explanations. This triggers a lot of
          warnings everywhere, and at first sight they're all worth fixing. Code
          quality matters, too, so let's fix'em :)
      5927421c
  2. Dec 04, 2002
  3. Dec 03, 2002
  4. Dec 02, 2002
  5. Nov 30, 2002
  6. Nov 29, 2002
  7. Nov 28, 2002
  8. Nov 27, 2002
  9. Nov 26, 2002
Loading