mirror of
https://github.com/cc65/cc65.git
synced 2025-08-15 06:27:36 +00:00
Removed by now obsolete pragmas.
The warnings in question are instead suppressed by command line options.
This commit is contained in:
@@ -41,7 +41,6 @@
|
|||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
/* Microsoft compiler */
|
/* Microsoft compiler */
|
||||||
# include <io.h>
|
# include <io.h>
|
||||||
# pragma warning(disable : 4996)
|
|
||||||
#else
|
#else
|
||||||
/* Anyone else */
|
/* Anyone else */
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
|
@@ -44,7 +44,6 @@
|
|||||||
#if defined(_MSC_VER)
|
#if defined(_MSC_VER)
|
||||||
/* Microsoft compiler */
|
/* Microsoft compiler */
|
||||||
# include <io.h>
|
# include <io.h>
|
||||||
# pragma warning(disable : 4996)
|
|
||||||
#else
|
#else
|
||||||
/* Anyone else */
|
/* Anyone else */
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
|
Reference in New Issue
Block a user