File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -95,6 +95,7 @@ add_compile_flags("/wd4018")
95
95
# - TODO: C4090: different 'modifier' qualifiers (for C programs only;
96
96
# for C++ programs, the compiler error C2440 is issued)
97
97
# - C4098: void function returning a value
98
+ # - C4101: unreferenced local variable
98
99
# - C4113: parameter lists differ
99
100
# - C4129: unrecognized escape sequence
100
101
# - C4133: incompatible types - from '<x> *' to '<y> *'
@@ -108,7 +109,7 @@ add_compile_flags("/wd4018")
108
109
# - C4700: uninitialized variable usage
109
110
# - C4715: 'function': not all control paths return a value
110
111
# - C4716: function must return a value
111
- add_compile_flags ("/we4013 /we4020 /we4022 /we4028 /we4047 /we4098 /we4113 /we4129 /we4133 /we4163 /we4229 /we4311 /we4312 /we4313 /we4477 /we4603 /we4700 /we4715 /we4716" )
112
+ add_compile_flags ("/we4013 /we4020 /we4022 /we4028 /we4047 /we4098 /we4101 / we4113 /we4129 /we4133 /we4163 /we4229 /we4311 /we4312 /we4313 /we4477 /we4603 /we4700 /we4715 /we4716" )
112
113
113
114
# - C4189: local variable initialized but not referenced
114
115
# Not in Release mode and not with MSVC 2010
You can’t perform that action at this time.
0 commit comments