Welcome to mirror list, hosted at ThFree Co, Russian Federation.

RedhawkWarnings.h « Runtime « Native « src - github.com/mono/corert.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 412cf799056f6f5618e01c5d84d8a87e263e741d (plain)
1
2
3
4
5
6
7
8
9
// Licensed to the .NET Foundation under one or more agreements.
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

//
// Disable some commonly ignored warnings
//

MSVC_DISABLE_WARNING(4200)      // nonstandard extension used : zero-sized array in struct/union