There was an error while loading. Please reload this page.
1 parent f378b18 commit e804c8cCopy full SHA for e804c8c
1 file changed
lib/integers.h
@@ -89,8 +89,8 @@ class Integer {
89
case 2: return __builtin_bswap16(v);
90
case 4: return __builtin_bswap32(v);
91
case 8: return __builtin_bswap64(v);
92
+ default: __builtin_unreachable();
93
}
- __builtin_unreachable();
94
95
96
uint8_t buf[size];
0 commit comments