- marked parameter as unused
git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@1359 152afb58-edef-0310-8abb-c4023f1b3aa9svn/tags/lighttpd-1.4.13
parent
15fde9cf07
commit
3e7e2d528d
|
@ -741,6 +741,7 @@ int mod_magnet_plugin_init(plugin *p) {
|
|||
|
||||
#else
|
||||
int mod_magnet_plugin_init(plugin *p) {
|
||||
UNUSED(p);
|
||||
return -1;
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue