/
auroraos
/
mirror_SafeInt
Обзор
Документация
Войти
/
auroraos
/
mirror_SafeInt
Код
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
master
Test/CleanCompile.cpp
12 строк
359 B
David LeBlanc
Change license to MIT license
22 мар 2018, 01:21
22 мар 2018, 01:21
da3e873
Код
Авторство
О чём код?
// Copyright (c) Microsoft Corporation. All rights reserved. // Licensed under the MIT License. #if !defined __GNUC__ // #pragma warning( disable: 4571 4820 4514 4987 4710 4309 4986 4548 4189) // relative include path contains '..' #pragma warning( disable: 4464 ) #else // #pragma GCC diagnostic ignored "-Wunused-variable" #endif #include "../SafeInt.hpp"