Skip to content

Commit

Permalink
Fixed weak def at line 14
Browse files Browse the repository at this point in the history
  • Loading branch information
subvod committed Mar 24, 2023
1 parent f61dfcc commit 31ad2c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flips.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ void operator delete(void * p, size_t n) { free(p); }
// removed extern
// https://github.com/Alcaro/Flips/issues/26#issuecomment-573674247
// https://github.com/Alcaro/Flips/issues/32#issuecomment-1036141144
//extern "C" void __cxa_pure_virtual() { abort(); }
// extern "C" void __cxa_pure_virtual() { abort(); }

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

0 comments on commit 31ad2c4

Please sign in to comment.