summaryrefslogtreecommitdiff
path: root/deps/gyp/test/win/compiler-flags/warning-as-error.cc
blob: fd2130aca59e6bb4c57743be67f8f6b95e48ff96 (plain)
1
2
3
4
5
6
7
8
9
// Copyright (c) 2012 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() {
  // Cause a warning, even at /W1
  int export;
  return 0;
}