File: CleanCompile.cpp

package info (click to toggle)
safeint 3.0.28a%2Bdfsg-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,668 kB
  • sloc: cpp: 24,880; ansic: 3,183; makefile: 53
file content (12 lines) | stat: -rw-r--r-- 359 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
// 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"