Commit f9b7ad9a authored by Davis King's avatar Davis King
Browse files

Fixed compiler warnings in gcc 8

parent 5d03b99a
...@@ -75,7 +75,7 @@ namespace ...@@ -75,7 +75,7 @@ namespace
bool detected_error = false; bool detected_error = false;
try { try {
test.decompress(sin,sout); test.decompress(sin,sout);
} catch ( typename cs::decompression_error e ) } catch ( typename cs::decompression_error& e )
{ {
detected_error = true; detected_error = true;
++count; ++count;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment