]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r318259:
authordim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 16 May 2017 18:54:25 +0000 (18:54 +0000)
committerdim <dim@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 16 May 2017 18:54:25 +0000 (18:54 +0000)
commit7e9a838abdbac1a55b66c6db13330089579bfb73
treea61a8773cf51914e467836d0d1e464ba2d1c6fb5
parent22d5c69edf9b8c8e022d7dbf6425c56008adf161
MFC r318259:

Silence a -Wunused warning about the junk variable being used to raise
an inexact floating point exception.  The variable cannot be eliminated,
unfortunately, otherwise the desired addition triggering the exception
will be emitted neither by clang, nor by gcc.

Reviewed by: Steve Kargl, bde

git-svn-id: svn://svn.freebsd.org/base/stable/10@318365 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
lib/msun/src/catrig.c
lib/msun/src/catrigf.c