X-Git-Url: https://git.sesse.net/?p=stockfish;a=blobdiff_plain;f=src%2Fucioption.cpp;h=e3ebaf1f88830dc9acb90e137600e2533906702d;hp=6788a996dd3393b80480449522c4932c294f08ac;hb=aedc6c6f1fd1978b880447fb737e75b8170f2073;hpb=dae4e7df07061c01c60bee182cf7e54f4743beb8 diff --git a/src/ucioption.cpp b/src/ucioption.cpp index 6788a996..e3ebaf1f 100644 --- a/src/ucioption.cpp +++ b/src/ucioption.cpp @@ -183,7 +183,9 @@ namespace { { std::istringstream ss(it->currentValue); ss >> ret; - } + } else + assert(false); + return ret; }