mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
[MSHTML] MSVC: There is no 'error C4028' anymore
MSVC amd64
'...\dll\win32\mshtml\nsio.c(3755): error C4028: formal parameter 3 different from declaration'
was fixed by 5ed1867
.
CORE-7538
This commit is contained in:
parent
ea04edce2d
commit
1758c3831b
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue