diff options
author | Duncan Bellamy <dunk@denkimushi.com> | 2023-03-14 18:44:21 +0000 |
---|---|---|
committer | Duncan Bellamy <dunk@denkimushi.com> | 2023-03-14 18:44:21 +0000 |
commit | aeac58faaf9826f2b1de0786ccc50ba9d4495cdb (patch) | |
tree | 74668cb412ab4f6d3b1fb9cd6f1b138ca991acb8 /test/rspamd_url_test.c | |
parent | 22fdc56ae5ffc6e3439a5200e053147fee44d0ac (diff) | |
download | rspamd-aeac58faaf9826f2b1de0786ccc50ba9d4495cdb.tar.gz rspamd-aeac58faaf9826f2b1de0786ccc50ba9d4495cdb.zip |
[Minor] Fix some compiler warnings
Diffstat (limited to 'test/rspamd_url_test.c')
-rw-r--r-- | test/rspamd_url_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/rspamd_url_test.c b/test/rspamd_url_test.c index aadc18409..092274cb1 100644 --- a/test/rspamd_url_test.c +++ b/test/rspamd_url_test.c @@ -55,7 +55,7 @@ const char *test_html = "<some_tag>This is test file with <a href=\"http://micro /* Function for using in glib test suite */ void -rspamd_url_test_func () +rspamd_url_test_func (void) { /* XXX: maybe write test for this */ } |