Skip to content

Commit

Permalink
[MSHTML] MSVC: There is no 'error C4028' anymore
Browse files Browse the repository at this point in the history
MSVC amd64
'...\dll\win32\mshtml\nsio.c(3755): error C4028: formal parameter 3 different from declaration'
was fixed by 5ed1867.

CORE-7538
  • Loading branch information
SergeGautherie authored and learn-more committed Apr 14, 2021
1 parent ea04edc commit 1758c38
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions dll/win32/mshtml/CMakeLists.txt
Expand Up @@ -100,11 +100,6 @@ add_library(mshtml MODULE
rsrc.rc
${CMAKE_CURRENT_BINARY_DIR}/mshtml.def)

if(MSVC)
# error C4028: formal parameter 3 different from declaration
remove_target_compile_option(mshtml "/we4028")
endif()

list(APPEND mshtml_rc_deps
${CMAKE_CURRENT_SOURCE_DIR}/blank.htm
${CMAKE_CURRENT_SOURCE_DIR}/mshtml.inf
Expand Down

0 comments on commit 1758c38

Please sign in to comment.