diff options
author | Andrei Karas <akaras@inbox.ru> | 2011-09-10 00:29:26 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2011-09-10 00:29:26 +0300 |
commit | c791a0f5f7876b89f39644a13679a0a55b6c1322 (patch) | |
tree | 05a71b4cc40d6bf312038492e700da8edf2fa088 /bmake | |
parent | 22a66542b07a4238ef55e0a4aace09a62f416103 (diff) | |
download | plus-c791a0f5f7876b89f39644a13679a0a55b6c1322.tar.gz plus-c791a0f5f7876b89f39644a13679a0a55b6c1322.tar.bz2 plus-c791a0f5f7876b89f39644a13679a0a55b6c1322.tar.xz plus-c791a0f5f7876b89f39644a13679a0a55b6c1322.zip |
add shadow flag to make scripts.
Diffstat (limited to 'bmake')
-rwxr-xr-x | bmake | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,7 +1,7 @@ #!/bin/sh #may be -#-Wshadow -Waggregate-return -Winline +#-Waggregate-return -Winline #for feature #-Wstrict-overflow=4 -Wfloat-equal @@ -33,7 +33,7 @@ export CXXFLAGS="-Wunreachable-code -Wmissing-field-initializers \ -Wempty-body -Wsign-compare -Wclobbered -Wcast-align -Wcast-qual \ -Wtype-limits -Wpointer-arith -Wundef -Wmissing-include-dirs \ -Wignored-qualifiers -Winit-self -pedantic -Wall -ggdb3 -O2 -pipe \ --Wpacked" +-Wpacked -Wshadow" autoreconf -i ./configure --prefix=$dir/run \ |