Advertisement
Guest User

warning.patch

a guest
Oct 6th, 2011
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. --- configure.orig 2011-07-03 11:13:03.000000000 +0200
  2. +++ configure 2011-10-06 11:59:18.000000000 +0200
  3. @@ -6324,7 +6324,7 @@
  4.  
  5. # If we are compiling with gcc, enable all warning and make warnings errors.
  6. if test "$GCC" = yes; then
  7. - ENABLE_WARNINGS="-Wall -Winline -Werror"
  8. + ENABLE_WARNINGS="-Wall -Winline"
  9. fi
  10. ENABLE_WARNINGS=$ENABLE_WARNINGS
  11.  
  12.  
  13.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement