diff options
author | Daniel Mack <daniel@zonque.org> | 2015-02-24 16:18:43 +0100 |
---|---|---|
committer | Daniel Mack <daniel@zonque.org> | 2015-02-24 16:26:30 +0100 |
commit | f9bf3e260c480f7b660bec3f78a13f52a46ec34d (patch) | |
tree | eb2cf5db5fdab580eb9126e193778927807522f6 /test | |
parent | 95d383ee47db488f182048cfd6846f2e6b859f2b (diff) |
shared/unit-name: fix gcc5 warning
Fix the following gcc5 warning:
CC src/shared/libsystemd_shared_la-unit-name.lo
src/shared/unit-name.c: In function 'unit_name_is_valid':
src/shared/unit-name.c:102:34: warning: logical not is only applied to the left hand side of comparison [-Wlogical-not-parentheses]
if (!template_ok == TEMPLATE_VALID && at+1 == e)
^
Diffstat (limited to 'test')
0 files changed, 0 insertions, 0 deletions