Recognize g++ as value of TRAVIS_COMPILER
In macOS builds TRAVIS_COMPILER is set to g++ and not gcc, which resulted in not handling it correctly and giving a bogus warning.
This commit is contained in:
@@ -94,7 +94,7 @@ case $wxTOOLSET in
|
|||||||
allow_warn_opt="-Wno-error=#warnings"
|
allow_warn_opt="-Wno-error=#warnings"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
gcc)
|
gcc | g++)
|
||||||
allow_warn_opt="-Wno-error=cpp"
|
allow_warn_opt="-Wno-error=cpp"
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user