fix(CI/Core/ArenaSpectator): clang warnings + prevent new warnings (#3317)
Co-authored by @meerd
This commit is contained in:
parent
4e4a0013bc
commit
2bc832efe3
5 changed files with 43 additions and 39 deletions
|
|
@ -49,8 +49,6 @@ case $COMPILER in
|
|||
time sudo apt-get install -y clang-10
|
||||
echo "CCOMPILERC=\"clang-10\"" >> ./conf/config.sh
|
||||
echo "CCOMPILERCXX=\"clang++-10\"" >> ./conf/config.sh
|
||||
# disable -Werror for clang-10 TODO: remove when this is fixed https://github.com/azerothcore/azerothcore-wotlk/issues/3108
|
||||
echo "CCUSTOMOPTIONS='-DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache'" >> ./conf/config.sh
|
||||
;;
|
||||
|
||||
* )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue