You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
These errors stop current master branches building when DMESG is not enabled.
../libraries/codal-core/source/core/CodalAssert.cpp: In function 'void __codal_assert__(const char*, int, bool, const char*, const char*)':
../libraries/codal-core/source/core/CodalAssert.cpp:26:5: error: 'codal_dmesg_flush' was not declared in this scope
26 | codal_dmesg_flush();
| ^~~~~~~~~~~~~~~~~
../libraries/codal-core/source/core/CodalAssert.cpp: In function 'void __codal_fault__(const char*, int, const char*)':
../libraries/codal-core/source/core/CodalAssert.cpp:38:5: error: 'codal_dmesg_flush' was not declared in this scope
38 | codal_dmesg_flush();
| ^~~~~~~~~~~~~~~~~
../libraries/codal-core/source/core/CodalAssert.cpp: In function 'void __codal_assert_pass__(const char*, int, const char*)':
../libraries/codal-core/source/core/CodalAssert.cpp:48:5: error: 'codal_dmesg_flush' was not declared in this scope
48 | codal_dmesg_flush();
| ^~~~~~~~~~~~~~~~~
../libraries/codal-core/source/core/CodalAssert.cpp: In function 'void __codal_assert_fail__(const char*, int, const char*)':
../libraries/codal-core/source/core/CodalAssert.cpp:63:5: error: 'codal_dmesg_flush' was not declared in this scope
63 | codal_dmesg_flush();
| ^~~~~~~~~~~~~~~~~
The text was updated successfully, but these errors were encountered:
These errors stop current master branches building when DMESG is not enabled.
The text was updated successfully, but these errors were encountered: