mirror of
https://git.savannah.gnu.org/git/gperf.git
synced 2025-12-02 13:09:22 +00:00
Avoid gcc warnings on Cygwin.
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
# undef O_BINARY
|
||||
#endif
|
||||
#if O_BINARY
|
||||
# include <io.h>
|
||||
# define SET_BINARY(f) setmode (f, O_BINARY)
|
||||
#else
|
||||
# define SET_BINARY(f) (void)0
|
||||
|
||||
Reference in New Issue
Block a user