mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-09-06 19:38:14 +00:00
Fixed build warning
This commit is contained in:
@@ -109,6 +109,9 @@ extern "C" {
|
|||||||
#ifdef _MSC_VER
|
#ifdef _MSC_VER
|
||||||
/* Thanks Microsoft, but I know how to use strncpy(). */
|
/* Thanks Microsoft, but I know how to use strncpy(). */
|
||||||
#pragma warning(disable:4996)
|
#pragma warning(disable:4996)
|
||||||
|
|
||||||
|
/* Yes, we have some unreferenced formal parameters */
|
||||||
|
#pragma warning(disable:4100)
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
|
Reference in New Issue
Block a user