JITClientStub.c 540 B

12345678910111213
  1. //-------------------------------------------------------------------------------------------------------
  2. // Copyright (C) Microsoft. All rights reserved.
  3. // Licensed under the MIT license. See LICENSE.txt file in the project root for full license information.
  4. //-------------------------------------------------------------------------------------------------------
  5. #pragma warning(push)
  6. // strcpy has inconsistent annotation
  7. #pragma warning(disable: 28252)
  8. #pragma warning(disable: 28253)
  9. #include "ChakraJIT_c.c"
  10. #pragma warning(pop)