mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-10 21:56:13 +08:00
Fixed "unreachable code" warning message/compile error
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user