mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix a typo and whitespaces
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
// way to many unsigned to size_t warnings in 32 bit build
|
||||
// way too many unsigned to size_t warnings in 32 bit build
|
||||
#ifdef _M_IX86
|
||||
#pragma warning(disable:4244)
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user