mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 15:49:24 +02:00
fix unmatched diagnostic pop
This commit is contained in:
parent
49ee35a41c
commit
57c3f0fd20
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ extern "C" {
|
||||||
#include <gverb/gverbdsp.h>
|
#include <gverb/gverbdsp.h>
|
||||||
}
|
}
|
||||||
|
|
||||||
#ifdef __GNUC__
|
#if defined(__GNUC__) && !defined(__clang__)
|
||||||
#pragma GCC diagnostic pop
|
#pragma GCC diagnostic pop
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue