diff options
author | Elliott Hughes <enh@google.com> | 2018-04-04 10:01:22 -0700 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2018-04-06 11:28:25 -0500 |
commit | b60eaface3b105b077b70cc9cb02ae729663a715 (patch) | |
tree | 95ed368cdac81496bd9e4d77b600da174f3afa65 /toys/posix/cat.c | |
parent | 0043e99318bfade48c7a378997b691694b06edd0 (diff) | |
download | toybox-b60eaface3b105b077b70cc9cb02ae729663a715.tar.gz |
Fix precedence error in vmstat.
toys/other/vmstat.c:98:12: error: logical not is only
applied to the left hand side of this bitwise operator
[-Werror,-Wlogical-not-parentheses]
if ((!toys.optflags&FLAG_n) && isatty(1)) terminal_size(0, &rows);
^ ~
Diffstat (limited to 'toys/posix/cat.c')
0 files changed, 0 insertions, 0 deletions