mirror of
https://github.com/DaveGamble/cJSON.git
synced 2023-08-10 21:13:26 +03:00
Fix build error in print_string.c when using MSVC
This commit is contained in:
@ -57,6 +57,7 @@ if (ENABLE_CUSTOM_COMPILER_FLAGS)
|
|||||||
/W4
|
/W4
|
||||||
/wd4001
|
/wd4001
|
||||||
/D_CRT_SECURE_NO_WARNINGS
|
/D_CRT_SECURE_NO_WARNINGS
|
||||||
|
/utf-8
|
||||||
)
|
)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user