mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-24 23:28:41 +00:00
Fixes warnings emitted by Visual Studio 2010 compiler.
Patch by Erik Olofsson! git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126796 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -1258,6 +1258,8 @@ AssertionResult CmpHelperEQ(const char* expected_expression,
|
||||
#pragma warning(push) // Saves the current warning state.
|
||||
#pragma warning(disable:4389) // Temporarily disables warning on
|
||||
// signed/unsigned mismatch.
|
||||
#pragma warning(disable:4805) // Temporarily disables warning on
|
||||
// unsafe mix of types
|
||||
#endif
|
||||
|
||||
if (expected == actual) {
|
||||
|
Reference in New Issue
Block a user