diff options
Diffstat (limited to 'build/standalone.gypi')
-rw-r--r-- | build/standalone.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/build/standalone.gypi b/build/standalone.gypi index 371ba5798a..536c255b55 100644 --- a/build/standalone.gypi +++ b/build/standalone.gypi @@ -262,7 +262,6 @@ 4100, # Unreferenced formal parameter 4121, # Alignment of a member was sensitive to packing 4244, # Conversion from 'type1' to 'type2', possible loss of data - 4481, # Nonstandard extension used: override specifier 'keyword' 4505, # Unreferenced local function has been removed 4510, # Default constructor could not be generated 4512, # Assignment operator could not be generated |