Skip to content

Instantly share code, notes, and snippets.

View bjoe2k4's full-sized avatar

Andreas Fischer bjoe2k4

View GitHub Profile
-- Build files have been written to: /home/make/rspamd/src/rspamd-1.9.0
[47/387] Building C object contrib/snowball/CMakeFiles/snowball.dir/compiler/analyser.c.o
contrib/snowball/compiler/analyser.c: In function ‘check_name_type’:
contrib/snowball/compiler/analyser.c:210:19: warning: this ‘if’ clause does not guard... [-Wmisleading-indentation]
case 'r': if (p->type == t_routine ||
^~
contrib/snowball/compiler/analyser.c:211:54: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘if’
p->type == t_external) return; break;
^~~~~
contrib/snowball/compiler/analyser.c: In function ‘read_program’: