diff options
| author | Shauren <none@none> | 2010-09-15 13:44:40 +0200 |
|---|---|---|
| committer | Shauren <none@none> | 2010-09-15 13:44:40 +0200 |
| commit | a72fc44f9a86d5016b00dbb472e6e4f795a59a17 (patch) | |
| tree | 102ce1b1ac44f57698e04c9722f7eff7a44798e6 /dep | |
| parent | e55049433818c5b7250f87a2ee9f97b58502df19 (diff) | |
Core/Loot: Reverted part of revision fe39cb058b75, fixes skinning loot
Core/Loot: Some logic fixes for group looting
Buildsystem/MSVC: Fixed compile warning
Config: Added missing description for Rate.Drop.Item.ReferencedAmount
Closes issue #4004.
--HG--
branch : trunk
Diffstat (limited to 'dep')
| -rw-r--r-- | dep/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dep/CMakeLists.txt b/dep/CMakeLists.txt index 8e097ddb129..cc9be84a809 100644 --- a/dep/CMakeLists.txt +++ b/dep/CMakeLists.txt @@ -11,7 +11,7 @@ if( CMAKE_COMPILER_IS_GNUCXX ) add_definitions(--no-warnings) elseif( MSVC ) - add_definitions( /w ) + add_definitions(/W0) endif() if(CMAKE_SYSTEM_NAME MATCHES "Linux") |
