diff options
author | Rob Landley <rob@landley.net> | 2019-03-22 12:56:10 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2019-03-22 12:56:10 -0500 |
commit | 04d4f92f6292cd02c8ddc21424749641545be553 (patch) | |
tree | d44e194c4abc5845bdda821d014d5501b6e85393 /tests/files/zip | |
parent | e1582232c388d5fe6ccb76818162013d632de551 (diff) | |
download | toybox-04d4f92f6292cd02c8ddc21424749641545be553.tar.gz |
Silence stupid, pointless warnings.
Two "is never used uninitialized" and one "we don't trust you to get clearly
documented operator precedence right". (The compiler may not "suggest".
Every time I go "abc && def || exit 1" in the shell it means I know the
operator precedence _and_ the short-circuit rules, which are the same as
C here. This is a warning aimed at C++ developers, it should not be enabled
for C.)
Diffstat (limited to 'tests/files/zip')
0 files changed, 0 insertions, 0 deletions