mirror of
https://github.com/cc65/cc65.git
synced 2024-12-23 04:30:10 +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)
|
||||
/* Microsoft compiler */
|
||||
# include <io.h>
|
||||
# pragma warning(disable : 4996)
|
||||
#else
|
||||
/* Anyone else */
|
||||
# include <unistd.h>
|
||||
|
@ -44,7 +44,6 @@
|
||||
#if defined(_MSC_VER)
|
||||
/* Microsoft compiler */
|
||||
# include <io.h>
|
||||
# pragma warning(disable : 4996)
|
||||
#else
|
||||
/* Anyone else */
|
||||
# include <unistd.h>
|
||||
|
Loading…
Reference in New Issue
Block a user