diff options
author | Berke Viktor <bviktor@hexchat.org> | 2012-10-21 05:57:00 +0200 |
---|---|---|
committer | Berke Viktor <bviktor@hexchat.org> | 2012-10-21 05:57:00 +0200 |
commit | ddbce0b9fe347df6223fa7667ef39a00071a06a5 (patch) | |
tree | d0a6c93f4e5f25189b06d88a4b70ff175aa010f1 /win32/hexchat-xp.props | |
parent | df33905ad18dafc26ad62bda12515890299b4bdc (diff) |
Move warning level to property sheet
Diffstat (limited to 'win32/hexchat-xp.props')
-rw-r--r-- | win32/hexchat-xp.props | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/win32/hexchat-xp.props b/win32/hexchat-xp.props index d4ca94ee..7af896d7 100644 --- a/win32/hexchat-xp.props +++ b/win32/hexchat-xp.props @@ -107,6 +107,12 @@ xcopy /q /s /i "$(DepsRoot)\share\locale" "$(HexChatRel)\share\locale" copy "$(ProgramFiles)\Codejock Software\ISSkin\ISSkinU.dll" "$(HexChatRel)" </HexChatCopy> </PropertyGroup> - <ItemDefinitionGroup /> + + <ItemDefinitionGroup> + <ClCompile> + <WarningLevel>Level2</WarningLevel> + </ClCompile> + </ItemDefinitionGroup> + <ItemGroup /> </Project> |