summaryrefslogtreecommitdiff
path: root/src/options.h
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2015-10-08 16:02:20 +0100
committerVincent Sanders <vince@kyllikki.org>2015-10-08 16:02:20 +0100
commitc2c05535f6a758d58fd3d7e995ef320778a9eb01 (patch)
treeef60a20b1ca531da6c83f52b450660d1c81f86a4 /src/options.h
parent0289f967efd88022efa4ef4d3e5851225d903a88 (diff)
downloadnsgenbind-c2c05535f6a758d58fd3d7e995ef320778a9eb01.tar.gz
nsgenbind-c2c05535f6a758d58fd3d7e995ef320778a9eb01.tar.bz2
Add warning for identifying generated output
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/options.h b/src/options.h
index d452c17..ebd8466 100644
--- a/src/options.h
+++ b/src/options.h
@@ -29,6 +29,7 @@ enum opt_warnings {
WARNING_UNIMPLEMENTED = 1,
WARNING_DUPLICATED = 2,
WARNING_WEBIDL = 4,
+ WARNING_GENERATED = 8,
};
#define WARNING_ALL (WARNING_UNIMPLEMENTED | WARNING_DUPLICATED | WARNING_WEBIDL)