mirror of
https://github.com/espressif/openthread.git
synced 2026-08-21 09:59:52 +00:00
[lib] include (void) in function prototype in reset_util.h (#9934)
Addresses warnings generated on some toolchains.
This commit is contained in:
@@ -32,8 +32,8 @@
|
||||
#if defined(OPENTHREAD_ENABLE_COVERAGE) && OPENTHREAD_ENABLE_COVERAGE && defined(__GNUC__)
|
||||
#if __GNUC__ >= 11 || (defined(__clang__) && (defined(__APPLE__) && (__clang_major__ >= 13)) || \
|
||||
(!defined(__APPLE__) && (__clang_major__ >= 12)))
|
||||
void __gcov_dump();
|
||||
void __gcov_reset();
|
||||
void __gcov_dump(void);
|
||||
void __gcov_reset(void);
|
||||
|
||||
static void flush_gcov(void)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user