mirror of https://github.com/tongzx/nt5src
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
574 B
26 lines
574 B
/*++
|
|
|
|
Copyright (c) 1998 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
wow64warn.h
|
|
|
|
Abstract:
|
|
|
|
Global warning flags for wow64 project.
|
|
|
|
Author:
|
|
|
|
5-Jan-1999 mzoran
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
// Make the compiler more struct.
|
|
#pragma warning(1:4033) // function must return a value
|
|
#pragma warning(1:4035) // no return value
|
|
// #pragma warning(1:4701) // local may be used w/o init
|
|
#pragma warning(1:4702) // Unreachable code
|
|
#pragma warning(1:4705) // Statement has no effect
|