OSDN Git Service

Silence warning C4554 when compiling with msvc.
authorCarl Eugen Hoyos <cehoyos@ag.or.at>
Tue, 18 Sep 2012 16:38:16 +0000 (18:38 +0200)
committerCarl Eugen Hoyos <cehoyos@ag.or.at>
Tue, 18 Sep 2012 16:38:16 +0000 (18:38 +0200)
commit9e208ce6dd94596b4185a93af4aab3dcd28eb5b7
tree9bebcb624f30188558ff40d5b9a46ceefe58336c
parent0b2ac679e20c46d7f1b999b3fa76e2f9601459c5
Silence warning C4554 when compiling with msvc.

warning C4554: '>>' : check operator precedence for possible error; use parentheses to clarify precedence

Reviewed-by: Derek Buitenhuis
configure