diff options
author | midipix <writeonce@midipix.org> | 2016-12-17 14:11:00 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-12-18 09:26:14 -0500 |
commit | f8831f54298d3a78d24fc614ac70793ac85a6a94 (patch) | |
tree | f27c30554b26395176534f31f1edc6b2df4a3947 | |
parent | f3aa75439c000fb297c1b9fdc1bca7fc85a77008 (diff) | |
download | pemagine-f8831f54298d3a78d24fc614ac70793ac85a6a94.tar.bz2 pemagine-f8831f54298d3a78d24fc614ac70793ac85a6a94.tar.xz |
project: clbuild-bat: added -Wno-unused-parameter support.
-rwxr-xr-x | project/clbuild.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/project/clbuild.sh b/project/clbuild.sh index 839c409..12458a1 100755 --- a/project/clbuild.sh +++ b/project/clbuild.sh @@ -143,6 +143,7 @@ make shared-objs static-objs app-objs \ -e 's@-Wextra @@g' \ -e 's@-Wundef @/Wall @g' \ -e 's@-Wno-missing-field-initializers @ @g' \ + -e 's@-Wno-unused-parameter @/wd4100 @g' \ -e 's@'"$mb_sysroot "'@ @' \ -e 's,$, '"$version_macro"' -I%sysroot%/include\n\n'"$cmd_abort_on_error"'\n,g' |