Navigation Menu

Skip to content

Commit

Permalink
windows mingw: enable warning
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Apr 18, 2015
1 parent 17619f5 commit 74ef2b0
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/grn.h
Expand Up @@ -23,6 +23,10 @@
# include <config.h>
#endif /* HAVE_CONFIG_H */

#if defined(WIN32) && defined(__GNUC__)
# define __MINGW_MSVC_COMPAT_WARNINGS
#endif /* defined(WIN32) && defined(__GNUC__) */

#ifdef __cplusplus
# define __STDC_LIMIT_MACROS
#endif
Expand Down

0 comments on commit 74ef2b0

Please sign in to comment.