From ae1cc9505e1ffc9d8df212976c98b2e18d4a0c24 Mon Sep 17 00:00:00 2001 From: sveith Date: Wed, 8 Apr 2009 17:50:26 +0000 Subject: [PATCH] Fixed "unreachable code" warning message/compile error --- lib/arch/CArchSystemWindows.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/lib/arch/CArchSystemWindows.cpp b/lib/arch/CArchSystemWindows.cpp index 9f86c350..4865a51f 100644 --- a/lib/arch/CArchSystemWindows.cpp +++ b/lib/arch/CArchSystemWindows.cpp @@ -116,11 +116,13 @@ CArchSystemWindows::getPlatformName() const return "x86 (WOW64)"; else return "x86"; -#endif +#else #ifdef _AMD64_ return "x64"; -#endif +#else return "Unknown"; +#endif +#endif } bool