1. 05 Dec, 2002 1 commit
    • Sam Hocevar's avatar
      * ./ipkg/Makefile.in: removed a file handled by automake. · 5927421c
      Sam 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. 04 Dec, 2002 6 commits
  3. 03 Dec, 2002 5 commits
  4. 02 Dec, 2002 4 commits
  5. 30 Nov, 2002 1 commit
  6. 29 Nov, 2002 1 commit
  7. 28 Nov, 2002 11 commits
  8. 27 Nov, 2002 8 commits
  9. 26 Nov, 2002 3 commits