fix warns
This commit is contained in:
parent
7e51278da1
commit
dbe270bd32
2
main.cxx
2
main.cxx
@ -380,7 +380,7 @@ int main()
|
||||
ExactNumber n46(1, 0);
|
||||
try {
|
||||
double x = static_cast<double>(n46);
|
||||
throw "Works.";
|
||||
throw x;
|
||||
num_failed++;
|
||||
}
|
||||
catch (...) { num_tests++; }
|
||||
|
Loading…
Reference in New Issue
Block a user