We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2363e7b commit 9b81135Copy full SHA for 9b81135
STM32F1/cores/maple/cxxabi-compat.cpp
@@ -14,6 +14,7 @@ extern "C" char * __cxa_demangle (const char *mangled_name,
14
char *output_buffer,
15
size_t *length,
16
int *status) {
17
+ (void)length; (void)status;
18
strcpy((char*)mangled_name, output_buffer);
19
return output_buffer;
20
}
0 commit comments