Skip to content

Commit ccfb633

Browse files
committed
Merge branch 'rise_warning-level-on-windows' into 'master'
Noissue - rise the warnings level on windows See merge request eyeo/adblockplus/libadblockplus!10
2 parents bfea9f8 + b35967e commit ccfb633

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

common.gypi

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@
4646
'Release': {}
4747
},
4848
'msvs_cygwin_shell': 0,
49+
'msvs_settings': {
50+
'VCCLCompilerTool': {
51+
'WarningLevel': '3',
52+
}
53+
},
4954
'target_conditions': [
5055
['_type=="static_library"', {
5156
'standalone_static_library': 1

0 commit comments

Comments
 (0)