Loading...
Searching...
No Matches
Go to the documentation of this file.
9#ifndef nsgenbind_options_h
10#define nsgenbind_options_h
35#define WARNING_ALL (WARNING_UNIMPLEMENTED | WARNING_DUPLICATED | WARNING_WEBIDL)
37#define WARN(flags, msg, args...) do { \
38 if ((options->warnings & flags) != 0) { \
39 fprintf(stderr, "%s: warning: "msg"\n", __func__, ## args); \