diff options
author | lloyd <[email protected]> | 2014-01-01 23:32:24 +0000 |
---|---|---|
committer | lloyd <[email protected]> | 2014-01-01 23:32:24 +0000 |
commit | 7323f3ff83ff2199b1090f9d5f729b08ccac3151 (patch) | |
tree | 84edcf72e8837ac328aae505f5059c95f4e459a5 /src/build-data | |
parent | 0c7008498790caea563ed3601df1943f8f7b6269 (diff) |
Move base64, bzip, ca, and tls examples
Diffstat (limited to 'src/build-data')
-rw-r--r-- | src/build-data/cc/gcc.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/build-data/cc/gcc.txt b/src/build-data/cc/gcc.txt index fe89512c0..be51a46ad 100644 --- a/src/build-data/cc/gcc.txt +++ b/src/build-data/cc/gcc.txt @@ -9,7 +9,7 @@ add_lib_dir_option -L add_lib_option -l lang_flags "-std=c++11 -D_REENTRANT -fstack-protector" -maintainer_warning_flags "-Werror -Wno-error=old-style-cast -Wno-error=zero-as-null-pointer-constant" +maintainer_warning_flags "-Werror -Wno-error=old-style-cast -Wno-error=zero-as-null-pointer-constant -Wno-error=unused-parameter" warning_flags "-Wall -Wextra -Wstrict-aliasing -Wstrict-overflow=5 -Wcast-align -Wmissing-declarations -Wpointer-arith -Wcast-qual -Wold-style-cast -Wzero-as-null-pointer-constant" lib_opt_flags "-O3" |