]> git.sesse.net Git - vlc/commit
* ./ipkg/Makefile.in: removed a file handled by automake.
authorSam Hocevar <sam@videolan.org>
Thu, 5 Dec 2002 17:16:30 +0000 (17:16 +0000)
committerSam Hocevar <sam@videolan.org>
Thu, 5 Dec 2002 17:16:30 +0000 (17:16 +0000)
commit5927421c930e3a244642c851240a4aa05800354e
tree758144f5b39b5fd1aeba71b1b5c2b4a429be312d
parentb9dc2550f290ea59dbbb6079eb206913aff4d23b
  * ./ipkg/Makefile.in: removed a file handled by automake.
  * ./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 :)
configure.ac.in
doc/fortunes.txt
ipkg/Makefile.in [deleted file]