summaryrefslogtreecommitdiff
path: root/gn
diff options
context:
space:
mode:
authorAllan Sandfeld Jensen <allan.jensen@qt.io>2018-10-19 14:56:23 +0200
committerAllan Sandfeld Jensen <allan.jensen@qt.io>2019-09-04 14:31:15 +0200
commitcdcb51bee4e23ac8bbde0c129f0f0c7b725b1868 (patch)
tree92c8db115bca0d2be8309a247c40721334d17342 /gn
parent686f286ff293c743a22d8323d7dc5ab573527807 (diff)
downloadqtwebengine-chromium-cdcb51bee4e23ac8bbde0c129f0f0c7b725b1868.tar.gz
Silence most warnings
Suppress and fix many clang, GCC and MSVC warnings "cause the night is crap and full of warnings" Change-Id: I09882f850bac97c04a3d772e5f6386ce896c57b9 Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
Diffstat (limited to 'gn')
-rwxr-xr-xgn/build/gen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gn/build/gen.py b/gn/build/gen.py
index a58fb0e8fc2..8fd066d4d3c 100755
--- a/gn/build/gen.py
+++ b/gn/build/gen.py
@@ -392,7 +392,6 @@ def WriteGNNinja(path, platform, host, options):
'/D_WIN32_WINNT=0x0A00',
'/FS',
'/W4',
- '/WX',
'/Zi',
'/wd4099',
'/wd4100',
@@ -400,6 +399,7 @@ def WriteGNNinja(path, platform, host, options):
'/wd4244',
'/wd4267',
'/wd4505',
+ '/wd4577',
'/wd4838',
'/wd4996',
])