Allow for warning-free build of common with MS VC on warning level 3.
This commit is contained in:
@@ -38,6 +38,7 @@
|
||||
#if defined(_MSC_VER)
|
||||
/* Microsoft compiler */
|
||||
# include <io.h>
|
||||
# pragma warning(disable : 4996)
|
||||
#else
|
||||
/* Anyone else */
|
||||
# include <unistd.h>
|
||||
|
||||
Reference in New Issue
Block a user