summaryrefslogtreecommitdiff
path: root/tools/gyp/test/win/compiler-flags/disable-specific-warnings.cc
diff options
context:
space:
mode:
Diffstat (limited to 'tools/gyp/test/win/compiler-flags/disable-specific-warnings.cc')
-rw-r--r--tools/gyp/test/win/compiler-flags/disable-specific-warnings.cc9
1 files changed, 0 insertions, 9 deletions
diff --git a/tools/gyp/test/win/compiler-flags/disable-specific-warnings.cc b/tools/gyp/test/win/compiler-flags/disable-specific-warnings.cc
deleted file mode 100644
index d312f5f481..0000000000
--- a/tools/gyp/test/win/compiler-flags/disable-specific-warnings.cc
+++ /dev/null
@@ -1,9 +0,0 @@
-// Copyright (c) 2013 Google Inc. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-int main() {
- // Causes level 1 warning (C4700)
- int i;
- return i;
-}