Searched refs:nwosWarning (Results 1 – 2 of 2) sorted by relevance
27 #define nwosWarning(...) ((void)0) macro32 #define nwosWarning(...) ::nw::os::internal::Warning( NN_FILE_NAME, __LINE__, __VA_ARGS__ ) macro
481 #define NW_WARNING(exp, ...) (void) ((exp) || (nwosWarning(__VA_ARGS__), 0))