prevent a precedence warning on clang
authorTony Cook <tony@develop-help.com>
Fri, 2 Aug 2013 01:27:10 +0000 (11:27 +1000)
committerTony Cook <tony@develop-help.com>
Fri, 2 Aug 2013 01:27:10 +0000 (11:27 +1000)
commit8fad4952c578d2c72a08a552dfe48c1bbd64deaf
tree9176a10a166fffad04911bf4bbfed977a2641015
parent7c9af400d53ed211683a6973da00aaefb34255d3
prevent a precedence warning on clang

Dumper.xs:245:29: warning: '&&' within '||' [-Wlogical-op-parentheses]
                   ((k >= 7 && k <= 10 || k == 12 || k == 13 || k == 27)
                     ~~~~~~~^~~~~~~~~~ ~~
Dumper.xs:245:29: note: place parentheses around the '&&' expression to silence
      this warning
                   ((k >= 7 && k <= 10 || k == 12 || k == 13 || k == 27)
dist/Data-Dumper/Dumper.xs