[Version] 0.14.5
[Issue Type] Toolchain
Change-Id: Ie9db9a1a182974807db19143406fb0ea7fc41262
#ifdef USE_GCOV
#include <gcov.h>
+#if (defined(__GNUC__) \
+ && ((__GNUC__ == 11 && __GNUC_MINOR__ >= 1) || (__GNUC__ >= 12))) \
+ || (defined(__clang__) && (__clang_major__ >= 12))
+ #define __gcov_flush() do { __gcov_dump(); __gcov_reset(); } while (0)
+#endif
+
EXPORT_API
void mm_sound_gcov_set_prefix(void)
{
{
__gcov_flush();
}
-#endif /* USE_GCOV */
\ No newline at end of file
+#endif /* USE_GCOV */
Name: libmm-sound
Summary: MMSound Package contains client lib and focus server binary
-Version: 0.14.4
+Version: 0.14.5
Release: 0
Group: System/Libraries
License: Apache-2.0