Sane C++ Libraries
C++ Platform Abstraction Libraries
SC::Build::Warning Struct Reference

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
 

Detailed Description

Describe a compile warning to disable.

Member Enumeration Documentation

◆ State

Warning disabled state.

◆ Type

What compiler this warning applies to.


The documentation for this struct was generated from the following file: