mirror of
https://github.com/reactos/reactos.git
synced 2025-08-02 21:46:05 +00:00
[MSVC]
Turns C4163: "'identifier' : not available as an intrinsic function" into an error. svn path=/trunk/; revision=62572
This commit is contained in:
parent
a7116b25de
commit
6e64e3e58f
1 changed files with 2 additions and 1 deletions
|
@ -53,10 +53,11 @@ add_compile_flags("/wd4290")
|
||||||
# - C4113: parameter lists differ
|
# - C4113: parameter lists differ
|
||||||
# - C4129: unrecognized escape sequence
|
# - C4129: unrecognized escape sequence
|
||||||
# - TODO: C4133: incompatible types
|
# - TODO: C4133: incompatible types
|
||||||
|
# - C4163: 'identifier': not available as an intrinsic function
|
||||||
# - C4229: modifiers on data are ignored
|
# - C4229: modifiers on data are ignored
|
||||||
# - C4700: uninitialized variable usage
|
# - C4700: uninitialized variable usage
|
||||||
# - C4603: macro is not defined or definition is different after precompiled header use
|
# - C4603: macro is not defined or definition is different after precompiled header use
|
||||||
add_compile_flags("/we4013 /we4020 /we4022 /we4047 /we4098 /we4113 /we4129 /we4229 /we4700 /we4603")
|
add_compile_flags("/we4013 /we4020 /we4022 /we4047 /we4098 /we4113 /we4129 /we4163 /we4229 /we4700 /we4603")
|
||||||
|
|
||||||
# Enable warnings above the default level, but don't treat them as errors:
|
# Enable warnings above the default level, but don't treat them as errors:
|
||||||
# - C4115: named type definition in parentheses
|
# - C4115: named type definition in parentheses
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue