]> git.ipfire.org Git - thirdparty/coreutils.git/commit
maint: don't trigger gcc-5's new -Wlogical-not-parentheses warning
authorJim Meyering <meyering@fb.com>
Tue, 16 Sep 2014 18:15:25 +0000 (11:15 -0700)
committerJim Meyering <meyering@fb.com>
Fri, 19 Sep 2014 20:02:49 +0000 (13:02 -0700)
commit5682a7e73dff2fa18d3f162f7f3409e0a132b51f
tree0d09f4b90cfe113c40243515d124b74533488860
parent756a928c8c4823bd0ed541ecbbc5b4ea7a2ccaa9
maint: don't trigger gcc-5's new -Wlogical-not-parentheses warning

* src/dircolors.c (main): Parenthesize !VAR as LHS to "<",
to avoid triggering gcc's new -Wlogical-not-parentheses warning.
src/dircolors.c