Describe a compile warning to disable. More...
#include <Build.h>
Public Types | |
enum | State { Disabled } |
Warning disabled state. More... | |
enum | Type { MSVCWarning , NotMSVCWarning , ClangWarning , GCCWarning } |
What compiler this warning applies to. More... | |
Public Member Functions | |
Warning (State state, StringView name, Type type=NotMSVCWarning) | |
Warning (State state, uint32_t number) | |
Public Attributes | |
State | state = Disabled |
Type | type = MSVCWarning |
StringView | name |
uint32_t | number = 0 |
Describe a compile warning to disable.
Warning disabled state.
What compiler this warning applies to.