Cast the result of fpsetmask(0) to (void), as some implementations
authorNicholas Clark <nick@ccl4.org>
Mon, 28 Apr 2008 20:41:31 +0000 (20:41 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 28 Apr 2008 20:41:31 +0000 (20:41 +0000)
commitad3a8c6706bd3a6f37807bfeb97ae631d2828ec9
treeab283bd098aaa2176203cee75b2073ebb9f449e1
parent016e9c5695872e5cc33263f9d3b6ddfd18396b11
Cast the result of fpsetmask(0) to (void), as some implementations
expand it via a macro, with a comma expression to calculate the return
value, at which point gcc has the gall to warn that an expression
calcualted is not used.
Blame SCO for having to have fpsetmask(0) in the code to start with.

p4raw-id: //depot/perl@33762
perl.h