Home
last modified time | relevance | path

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

/third_party/gettext/gettext-runtime/intl/
Dattribute.h59 #define ATTRIBUTE_WARNING(msg) _GL_ATTRIBUTE_WARNING (msg)
/third_party/gettext/gettext-runtime/
Dconfig.h1409 # define _GL_ATTRIBUTE_WARNING(msg) __attribute__ ((__warning__ (msg))) macro
1412 # define _GL_ATTRIBUTE_WARNING(msg) __attribute__ ((__diagnose_if__ (1, msg, "warning"))) macro
1415 # define _GL_ATTRIBUTE_WARNING(msg) macro