mirror of
https://github.com/gryf/wmaker.git
synced 2025-12-22 14:08:06 +01:00
util: Value stored to 'ret' is never read
Signed-off-by: Amadeusz Sławiński <amade@asmblr.net>
This commit is contained in:
committed by
Carlos R. Mafra
parent
1b69c49fb2
commit
677117276c
@@ -363,7 +363,6 @@ static Bool getBooleanValue(const char *line)
|
|||||||
char *p;
|
char *p;
|
||||||
int ret;
|
int ret;
|
||||||
|
|
||||||
ret = 0;
|
|
||||||
getStringValue(&p, line);
|
getStringValue(&p, line);
|
||||||
ret = strcmp(p, "true") == 0 ? True : False;
|
ret = strcmp(p, "true") == 0 ? True : False;
|
||||||
wfree(p);
|
wfree(p);
|
||||||
|
|||||||
Reference in New Issue
Block a user