mirror of
https://github.com/cc65/cc65.git
synced 2025-01-11 11:30:13 +00:00
Removed by now obsolete pragmas.
The warnings in question are instead suppressed by command line options.
This commit is contained in:
parent
ee9c42bbf5
commit
9e409a67d2
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user