From ea0d3059f44c1edc3fd762c5b921e43e535db290 Mon Sep 17 00:00:00 2001 From: Berke Viktor Date: Tue, 30 Oct 2012 22:13:40 +0100 Subject: Eliminate even more warnings and bump warning level to 3 Shouldn't need to go any higher, level 4+ gives insane warnings --- win32/hexchat-xp.props | 5 +++-- win32/hexchat.props | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) (limited to 'win32') diff --git a/win32/hexchat-xp.props b/win32/hexchat-xp.props index 3748fbf0..1d667b55 100644 --- a/win32/hexchat-xp.props +++ b/win32/hexchat-xp.props @@ -11,7 +11,8 @@ c:\mozilla-build\perl-5.16 c:\mozilla-build\python-2.7 - G_DISABLE_CAST_CHECKS;G_DISABLE_DEPRECATED;GDK_PIXBUF_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline; + + G_DISABLE_CAST_CHECKS;GDK_PIXBUF_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline; $(YourDepsPath)\$(PlatformName) $(YourGendefPath) lua51 @@ -111,7 +112,7 @@ copy "$(ProgramFiles)\Codejock Software\ISSkin\ISSkinU.dll" "$(HexChatRel)" - Level2 + Level3 diff --git a/win32/hexchat.props b/win32/hexchat.props index 1540d47a..733238f5 100644 --- a/win32/hexchat.props +++ b/win32/hexchat.props @@ -12,7 +12,8 @@ c:\mozilla-build\perl-5.16 c:\mozilla-build\python-2.7 - G_DISABLE_CAST_CHECKS;G_DISABLE_DEPRECATED;GDK_PIXBUF_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline; + + G_DISABLE_CAST_CHECKS;GDK_PIXBUF_DISABLE_DEPRECATED;GDK_DISABLE_DEPRECATED;HAVE_STRTOULL;strtoull=_strtoui64;strcasecmp=stricmp;strncasecmp=strnicmp;__inline__=__inline; $(YourDepsPath)\$(PlatformName) $(YourGendefPath) $(YourMsgfmtPath) @@ -124,7 +125,7 @@ copy "$(ProgramFiles)\Codejock Software\ISSkin\ISSkinU.dll" "$(HexChatRel)" - Level2 + Level3 -- cgit 1.4.1