Removed by now obsolete pragmas.

The warnings in question are instead suppressed by command line options.
This commit is contained in:
Oliver Schmidt
2014-03-05 22:43:01 +01:00
parent ee9c42bbf5
commit 9e409a67d2
2 changed files with 0 additions and 2 deletions

View File

@@ -41,7 +41,6 @@
#if defined(_MSC_VER)
/* Microsoft compiler */
# include <io.h>
# pragma warning(disable : 4996)
#else
/* Anyone else */
# include <unistd.h>

View File

@@ -44,7 +44,6 @@
#if defined(_MSC_VER)
/* Microsoft compiler */
# include <io.h>
# pragma warning(disable : 4996)
#else
/* Anyone else */
# include <unistd.h>