[Assorted-commits] SF.net SVN: assorted:[1377] shell-tools/trunk/src/bash-commons/bashrc.bash
Brought to you by:
yangzhang
From: <yan...@us...> - 2009-05-07 05:36:21
|
Revision: 1377 http://assorted.svn.sourceforge.net/assorted/?rev=1377&view=rev Author: yangzhang Date: 2009-05-07 05:36:15 +0000 (Thu, 07 May 2009) Log Message: ----------- - tweaked warnings Modified Paths: -------------- shell-tools/trunk/src/bash-commons/bashrc.bash Modified: shell-tools/trunk/src/bash-commons/bashrc.bash =================================================================== --- shell-tools/trunk/src/bash-commons/bashrc.bash 2009-05-07 05:35:47 UTC (rev 1376) +++ shell-tools/trunk/src/bash-commons/bashrc.bash 2009-05-07 05:36:15 UTC (rev 1377) @@ -652,7 +652,7 @@ -Wpointer-arith -Wcast-qual -Wcast-align -Wwrite-strings \ -Winit-self -Wno-unused-parameter \ -Wparentheses -Wmissing-format-attribute -Wfloat-equal \ - -Winline "$@" + "$@" } zccw() { @@ -669,14 +669,13 @@ -Werror \ -Wextra \ -Wstrict-null-sentinel \ - -Wno-old-style-cast \ + -Wold-style-cast \ -Woverloaded-virtual \ -Wsign-promo \ -Wformat=2 \ -Winit-self \ -Wswitch-enum \ -Wunused \ - -Wstrict-overflow \ -Wfloat-equal \ -Wundef \ -Wunsafe-loop-optimizations \ @@ -692,7 +691,6 @@ -Wmissing-format-attribute \ -Wpacked \ -Wredundant-decls \ - -Winline \ -Winvalid-pch \ -Wlong-long \ -Wvolatile-register-var \ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |