| //------------------------------------------------------------------------------------------------------- |
| // Copyright (C) Microsoft. All rights reserved. |
| // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information. |
| //------------------------------------------------------------------------------------------------------- |
| |
| #pragma warning(push) |
| // strcpy has inconsistent annotation |
| #pragma warning(disable: 28252) |
| #pragma warning(disable: 28253) |
| |
| #include "ChakraJIT_c.c" |
| |
| #pragma warning(pop) |