From: Dale Weiler Date: Mon, 23 May 2016 20:47:40 +0000 (-0400) Subject: Warning X-Git-Tag: xonotic-v0.8.2^0 X-Git-Url: https://git.xonotic.org/?p=xonotic%2Fgmqcc.git;a=commitdiff_plain;h=167207e98c1f1253f69bc044aafc9cbea6bccf36 Warning --- diff --git a/fold.cpp b/fold.cpp index 6d56d8a..7a0df0e 100644 --- a/fold.cpp +++ b/fold.cpp @@ -508,7 +508,7 @@ static GMQCC_INLINE void sfloat_check(lex_ctx_t ctx, sfloat_state_t *state, cons compile_error(ctx, "arithmetic overflow in `%s' component", vec); if (state->exceptionflags & SFLOAT_UNDERFLOW) compile_error(ctx, "arithmetic underflow in `%s' component", vec); - return; + return; } if (state->exceptionflags & SFLOAT_DIVBYZERO) compile_error(ctx, "division by zero");