Correct compilation warnings.

Signed-off-by: Adrian Conlon <Adrian.conlon@gmail.com>
This commit is contained in:
Adrian Conlon
2018-09-15 18:33:33 +01:00
parent 7d840f1a42
commit 6256d0bf8d
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ inline void EightBit::assume(int expression) {
# define PARITY(x) EightBit::oddParity(x)
# define UNREACHABLE ASSUME(0)
# define UNREACHABLE { ASSUME(0); throw new std::exception("unreachable"); }
#elif defined(__GNUG__)