Skip to content

Commit 31ad2c4

Browse files
authored
Fixed weak def at line 14
1 parent f61dfcc commit 31ad2c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flips.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ void operator delete(void * p, size_t n) { free(p); }
1414
// removed extern
1515
// https://github.com/Alcaro/Flips/issues/26#issuecomment-573674247
1616
// https://github.com/Alcaro/Flips/issues/32#issuecomment-1036141144
17-
//extern "C" void __cxa_pure_virtual() { abort(); }
17+
// extern "C" void __cxa_pure_virtual() { abort(); }
1818

1919
#if __GNUC__ && (__cpp_rtti || __cpp_exceptions)
2020
#warning "Consider building with -fno-exceptions -fno-rtti, to avoid dependencies on libgcc_s_sjlj-1.dll and libstdc++-6.dll."

0 commit comments

Comments
 (0)