From c2c05535f6a758d58fd3d7e995ef320778a9eb01 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Thu, 8 Oct 2015 16:02:20 +0100 Subject: Add warning for identifying generated output --- src/options.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/options.h') 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) -- cgit v1.2.3