Skip to content

Commit 564507a

Browse files
committed
BUILD_ALLOW_MIDL_WARNINGS was placed outside ifdef block and was stuck as always defined. This issue is fixed in this commit.
1 parent f6633d3 commit 564507a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

makefile.def

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ USER_ENV_BROWSER_INFO=1
9595
!ifdef BUILD_ALLOW_ALL_WARNINGS
9696
BUILD_ALLOW_LINKER_WARNINGS=1
9797
BUILD_ALLOW_COMPILER_WARNINGS=1
98-
!endif
9998
BUILD_ALLOW_MIDL_WARNINGS=1
99+
!endif
100100

101101
!ifndef BUILD_ALLOW_LINKER_WARNINGS
102102
LINKER_WX_SWITCH=/WX

0 commit comments

Comments
 (0)