Kaydet (Commit) 5ed973e0 authored tarafından Caolán McNamara's avatar Caolán McNamara

fix build

Change-Id: I997dfa3b1fe651db56ad2a6a24ec0cb6d5044550
üst 4e3757de
...@@ -893,14 +893,14 @@ static void DUMPCURRENTALLOCS(void) ...@@ -893,14 +893,14 @@ static void DUMPCURRENTALLOCS(void)
{ {
VALGRIND_PRINTF( "=== start memcheck dump of active allocations ===\n" ); VALGRIND_PRINTF( "=== start memcheck dump of active allocations ===\n" );
#if __GNUC__ && !__clang__ #if __GNUC__ && !defined(__clang__)
# pragma GCC diagnostic push # pragma GCC diagnostic push
# pragma GCC diagnostic ignored "-Wunused-but-set-variable" # pragma GCC diagnostic ignored "-Wunused-but-set-variable"
#endif #endif
VALGRIND_DO_LEAK_CHECK; VALGRIND_DO_LEAK_CHECK;
#if __GNUC__ && !__clang__ #if __GNUC__ && !defined(__clang__)
# pragma GCC diagnostic pop # pragma GCC diagnostic pop
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment