diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-11-06 23:47:12 +0100 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-11-06 23:47:12 +0100 |
commit | 912ea8a5343aef761376b1399d03d10531515fc4 (patch) | |
tree | 6438b9087db8113d2ed39b09f0bf5182a5beace3 /win32 | |
parent | cc8a86abb42cc717d667f1df83fc50fd1793bf66 (diff) |
Disable some stupid warnings without the WDK
Diffstat (limited to 'win32')
-rw-r--r-- | win32/hexchat.props | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/hexchat.props b/win32/hexchat.props index 6237cbb9..e9807ec5 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -13,7 +13,7 @@ <YourPythonPath>c:\mozilla-build\python-2.7</YourPythonPath> <!-- YOU SHOULDN'T TOUCH ANYTHING BELOW --> <!-- G_DISABLE_DEPRECATED is unfeasible due to g_completion_* --> - <OwnFlags>G_DISABLE_CAST_CHECKS;GDK_PIXBUF_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline;</OwnFlags> + <OwnFlags>G_DISABLE_CAST_CHECKS;GDK_PIXBUF_DISABLE_DEPRECATED;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline;</OwnFlags> <DepsRoot>$(YourDepsPath)\$(PlatformName)</DepsRoot> <GendefPath>$(YourGendefPath)</GendefPath> <MsgfmtPath>$(YourMsgfmtPath)</MsgfmtPath> |