diff options
author | Christian Göttsche <cgzones@googlemail.com> | 2020-04-06 16:27:29 +0200 |
---|---|---|
committer | Christian Göttsche <cgzones@googlemail.com> | 2020-04-11 14:06:55 +0200 |
commit | 68bf28b3a15063bfddd3cf7fdd96b9d2def87b94 (patch) | |
tree | 2c524297631d2c0477ff70b811249677505d5b98 /cmake | |
parent | 5c54ca768bef91fbf0978077d0255698034b9480 (diff) | |
download | rspamd-68bf28b3a15063bfddd3cf7fdd96b9d2def87b94.tar.gz rspamd-68bf28b3a15063bfddd3cf7fdd96b9d2def87b94.zip |
[Minor] move static keyword to beginning of function declarations
In file included from ../src/libserver/logger/logger_file.c:23:
../src/libserver/logger/logger_private.h:106:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
106 | const static struct rspamd_logger_funcs file_log_funcs = {
| ^~~~~
../src/libserver/logger/logger_private.h:130:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
130 | const static struct rspamd_logger_funcs syslog_log_funcs = {
| ^~~~~
../src/libserver/logger/logger_private.h:154:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
154 | const static struct rspamd_logger_funcs console_log_funcs = {
| ^~~~~
Diffstat (limited to 'cmake')
0 files changed, 0 insertions, 0 deletions