ports/games/quakeforge/files/patch-tools_qfcc_source_diagnostic.c
Mathieu Arnold bef73fdbfb Update to 0.7.2
PR:		209296
Submitted by:	tkato432 yahoo com
Sponsored by:	Absolight
2016-05-09 13:43:13 +00:00

13 lines
350 B
C

--- tools/qfcc/source/diagnostic.c.orig 2013-01-23 03:10:55 UTC
+++ tools/qfcc/source/diagnostic.c
@@ -103,9 +103,7 @@ debug (expr_t *e, const char *fmt, ...)
return;
va_start (args, fmt);
- if (options.notices.promote) {
- _warning (e, fmt, args);
- } else {
+ {
string_t file = pr.source_file;
int line = pr.source_line;