fix unmatched diagnostic pop

This commit is contained in:
Stephen Birarda 2015-07-13 15:40:20 -07:00
parent 49ee35a41c
commit 57c3f0fd20

View file

@ -43,7 +43,7 @@ extern "C" {
#include <gverb/gverbdsp.h>
}
#ifdef __GNUC__
#if defined(__GNUC__) && !defined(__clang__)
#pragma GCC diagnostic pop
#endif