mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 14:38:36 -07:00
Api Symbols: replace asserts with checks
merge ofw commit
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
#include "cxx_virtual_stub.h"
|
||||
#include <furi.h>
|
||||
|
||||
void __cxa_pure_virtual() {
|
||||
void __cxa_pure_virtual(void) {
|
||||
furi_crash("C++ pure virtual call");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user