mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[3RDPARTY] Addendum to 146096cd
: Make some warnings non-fatal.
This commit is contained in:
parent
ca72c931f3
commit
4a96e0adbc
1 changed files with 5 additions and 0 deletions
5
dll/3rdparty/libtirpc/CMakeLists.txt
vendored
5
dll/3rdparty/libtirpc/CMakeLists.txt
vendored
|
@ -6,6 +6,11 @@ add_definitions(-DUNICODE -D_WIN32 -DPORTMAP -Dstrdup=_strdup -D_CRT_NONSTDC_NO_
|
||||||
|
|
||||||
include_directories(${REACTOS_SOURCE_DIR}/dll/3rdparty/libtirpc/tirpc)
|
include_directories(${REACTOS_SOURCE_DIR}/dll/3rdparty/libtirpc/tirpc)
|
||||||
|
|
||||||
|
if(MSVC)
|
||||||
|
# error C4133: '=': incompatible types - from 'char *' to 'int32_t *'
|
||||||
|
replace_compile_flags("/we4133" " ")
|
||||||
|
endif()
|
||||||
|
|
||||||
list(APPEND SOURCE
|
list(APPEND SOURCE
|
||||||
src/asprintf.c
|
src/asprintf.c
|
||||||
# src/auth_des.c
|
# src/auth_des.c
|
||||||
|
|
Loading…
Reference in a new issue