summaryrefslogtreecommitdiffstats
path: root/programs/lz4io.c
diff options
context:
space:
mode:
Diffstat (limited to 'programs/lz4io.c')
-rw-r--r--programs/lz4io.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/programs/lz4io.c b/programs/lz4io.c
index 15c69f0..df3ed41 100644
--- a/programs/lz4io.c
+++ b/programs/lz4io.c
@@ -30,12 +30,6 @@
- The license of this source file is GPLv2.
*/
-/**************************************
-* Compiler Options
-**************************************/
-#if defined(__MINGW32__) && !defined(_POSIX_SOURCE)
-# define _POSIX_SOURCE 1 /* disable %llu warnings with MinGW on Windows */
-#endif
/*****************************
* Includes