We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b56db1 commit bf6042dCopy full SHA for bf6042d
examples/reading_logs_via_rule_message/reading_logs_via_rule_message.h
@@ -73,7 +73,7 @@ struct data_ms {
73
};
74
75
76
-static void *process_request(void *data) {
+[[noreturn]] static void *process_request(void *data) {
77
struct data_ms *a = (struct data_ms *)data;
78
modsecurity::ModSecurity *modsec = a->modsec;
79
modsecurity::RulesSet *rules = a->rules;
0 commit comments