mirror of https://github.com/xemu-project/xemu.git
build: Drop -Wno-error=unused-but-set-variable
This commit is contained in:
parent
88a1252409
commit
60a7afb94b
2
build.sh
2
build.sh
|
@ -159,7 +159,7 @@ fi
|
|||
case "$(uname -s)" in # Adjust compilation options based on platform
|
||||
Linux)
|
||||
echo 'Compiling for Linux...'
|
||||
sys_cflags='-Wno-error=redundant-decls -Wno-error=unused-but-set-variable'
|
||||
sys_cflags='-Wno-error=redundant-decls'
|
||||
opts="$opts --disable-werror"
|
||||
postbuild='package_linux'
|
||||
;;
|
||||
|
|
Loading…
Reference in New Issue