JeVois
1.22
JeVois Smart Embedded Machine Vision Toolkit
|
|
Macros | |
#define | JEVOIS_BEGIN_UNCHECKED_INCLUDES |
#define | JEVOIS_END_UNCHECKED_INCLUDES JEVOIS_PRAGMA(diagnostic pop) |
#define JEVOIS_BEGIN_UNCHECKED_INCLUDES |
A series of preprocessor directives that turns off specific warnings as errors until the matching JEVOIS_END_UNCHECKED_INCLUDES. This is useful for libraries that are written with code that won't compile under -Wall.
Must be followed by a matching JEVOIS_END_UNCHECKED_INCLUDES
Definition at line 84 of file CompilerUtil.H.
#define JEVOIS_END_UNCHECKED_INCLUDES JEVOIS_PRAGMA(diagnostic pop) |
Turns back on all warnings that were in effect prior to an JEVOIS_BEGIN_UNCHECKED_INCLUDES.
Definition at line 99 of file CompilerUtil.H.