HomeFreeBSD

Silence a -Wunused warning about the junk variable being used to raise

Description

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
MFC after: 3 days

Details

Provenance
dimAuthored on
Parents
rS318258: sh: Add test for arithmetic expansion in [x-y] pattern range.
Branches
Unknown
Tags
Unknown