Skip to content

Commit b3eb8ae

Browse files
committed
Unused label.
1 parent bb15e49 commit b3eb8ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

cxx/ismpf.cc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,9 @@ operator>> (istream &i, mpf_ptr f)
130130
ASSERT_NOCARRY (mpf_set_str(f, s.c_str(), base)); // extract the number
131131
else
132132
{
133+
#if !HAVE_STD__LOCALE
133134
fail:
135+
#endif
134136
i.setstate(ios::failbit); // read failed
135137
}
136138

0 commit comments

Comments
 (0)