summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2020-07-26 02:29:24 +0200
committerCarl Hetherington <cth@carlh.net>2020-07-26 21:30:59 +0200
commit7399b5483c5b69559bbfcee27bfd415a967add85 (patch)
tree763386d64a8575cc2a879d4651d45decddecf42a /cscript
parent89504842f5aff01ac8a8e46ec48eea0a14235739 (diff)
Rationalise compiler warning setup.
Diffstat (limited to 'cscript')
-rw-r--r--cscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/cscript b/cscript
index 052aa6c7c..7f262bf81 100644
--- a/cscript
+++ b/cscript
@@ -392,7 +392,7 @@ def dependencies(target, options):
option_defaults = { "gui": True, "variant": None }
def configure_options(target, options):
- opt = ''
+ opt = ' --warnings-are-errors'
if not (target.platform == 'linux' and target.distro == 'ubuntu' and target.version == '18.04'):
# Currently we only build tests on Ubuntu 18.04