Addition of -Wall to CFLAGS
Cleanup warnings produced by above with the exception of those files requiring reorganisation
This commit is contained in:
@ -163,8 +163,6 @@ void *handle;
|
||||
static MODULES *
|
||||
find_module(const char *module)
|
||||
{
|
||||
MODULES *ptr = registered;
|
||||
|
||||
while (registered)
|
||||
if (strcmp(registered->module, module))
|
||||
return registered;
|
||||
|
Reference in New Issue
Block a user