mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 14:03:55 +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>
|
||||
}
|
||||
|
||||
#ifdef __GNUC__
|
||||
#if defined(__GNUC__) && !defined(__clang__)
|
||||
#pragma GCC diagnostic pop
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue