repr 0.1
Reconstructable string representations and more
Loading...
Searching...
No Matches
warning.h File Reference
#include <librepr/feature.h>
#include "util.h"
#include "platform.h"
Include dependency graph for warning.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define LIBREPR_WARNING_DISABLE_MSVC(...)
 
#define LIBREPR_WARNING_DISABLE_CLANG(...)
 
#define LIBREPR_WARNING_DISABLE_GCC(...)
 
#define LIBREPR_WARNING_DISABLE(COMPILER, WARNING)   LIBREPR_WARNING_DISABLE_##COMPILER(WARNING)
 

Macro Definition Documentation

◆ LIBREPR_WARNING_DISABLE

#define LIBREPR_WARNING_DISABLE (   COMPILER,
  WARNING 
)    LIBREPR_WARNING_DISABLE_##COMPILER(WARNING)

◆ LIBREPR_WARNING_DISABLE_CLANG

#define LIBREPR_WARNING_DISABLE_CLANG (   ...)

◆ LIBREPR_WARNING_DISABLE_GCC

#define LIBREPR_WARNING_DISABLE_GCC (   ...)

◆ LIBREPR_WARNING_DISABLE_MSVC

#define LIBREPR_WARNING_DISABLE_MSVC (   ...)