Dactyloidae/media/webrtc/trunk/tools/gyp/test/win/compiler-flags/warning-level1.cc

8 lines
237 B
C++
Raw Normal View History

// 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() {
int export; // Cause a level 1 warning (C4237).
return 0;
}