List:Commits« Previous MessageNext Message »
From:Magnus Svensson Date:November 7 2008 11:57am
Subject:bzr commit into mysql-5.1 branch (msvensson:3056)
View as plain text  
#At file:///home/msvensson/mysql/6.4/

 3056 Magnus Svensson	2008-11-07
      Remove -Werror=format
modified:
  BUILD/SETUP.sh

=== modified file 'BUILD/SETUP.sh'
--- a/BUILD/SETUP.sh	2008-11-07 11:00:38 +0000
+++ b/BUILD/SETUP.sh	2008-11-07 11:57:27 +0000
@@ -96,7 +96,7 @@ if [ "x$warning_mode" != "xpedantic" ]; 
   warnings="$warnings -Wunused-value -Wunused-variable"
 
   # Make "printf like format specifier warnings" into error
-  warnings="$warnings -Werror=format"
+  #warnings="$warnings -Werror=format"
 
 # For more warnings, uncomment the following line
 # warnings="$global_warnings -Wshadow"

Thread
bzr commit into mysql-5.1 branch (msvensson:3056) Magnus Svensson7 Nov