Home
last modified time | relevance | path

Searched refs:nwosWarning (Results 1 – 2 of 2) sorted by relevance

/NW4C-2.0.3/include/nw/os/
Dos_Utility.h29 #define nwosWarning(...) ((void)0) macro
34 #define nwosWarning(...) ::nw::os::internal::Warning( NN_FILE_NAME, __LINE__, __VA_ARGS__ ) macro
/NW4C-2.0.3/include/nw/
Dassert.h483 #define NW_WARNING(exp, ...) (void) ((exp) || (nwosWarning(__VA_ARGS__), 0))