Changeset 278711 in webkit for trunk/Source/JavaScriptCore/config.h
- Timestamp:
- Jun 10, 2021, 10:18:06 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/config.h
r241929 r278711 1 1 /* 2 * Copyright (C) 2006-20 19Apple Inc. All rights reserved.2 * Copyright (C) 2006-2021 Apple Inc. All rights reserved. 3 3 * Copyright (C) 2006 Samuel Weinig <[email protected]> 4 4 * … … 40 40 41 41 #include <wtf/DisallowCType.h> 42 43 /* Disabling warning C4206: nonstandard extension used: translation unit is empty. 44 By design, we rely on #define flags to make some translation units empty. 45 Make sure this warning does not turn into an error. 46 */ 47 #if COMPILER(MSVC) 48 #pragma warning(disable:4206) 49 #endif
Note:
See TracChangeset
for help on using the changeset viewer.