From: Wolfgang Bumiller Date: Sun, 3 Feb 2013 23:20:41 +0000 (+0100) Subject: Yes, that's what you are SUPPOSED to do in this case: ERROR, not default to crap X-Git-Tag: before-library~160 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=ce8b595ff2b000ecc62a8e5c585eb02ae20ff9c0 Yes, that's what you are SUPPOSED to do in this case: ERROR, not default to crap --- diff --git a/opts.def b/opts.def index 0b4af5b..90e6fce 100644 --- a/opts.def +++ b/opts.def @@ -22,11 +22,7 @@ * SOFTWARE. */ #ifndef GMQCC_DEFINE_FLAG -# ifdef GMQCC_TYPE_OPTIMIZATIONS -# define GMQCC_DEFINE_FLAG(X, Y, Z) -# else -# define GMQCC_DEFINE_FLAG(X, Y) -# endif /* !GMQCC_TYPE_OPTIMIZATIONS */ +# error "bad opts.def usage" #endif /* codegen flags */