1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-10 23:44:24 +00:00

VST3: Fix build failure in manifest helper when using an AppConfig.h

This commit is contained in:
reuk 2023-06-05 12:02:59 +01:00
parent 11f84c977f
commit ca16b82daa
No known key found for this signature in database
GPG key ID: FCB43929F012EE5C

View file

@ -23,6 +23,11 @@
==============================================================================
*/
// This suppresses a warning in juce_TargetPlatform.h
#ifndef JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED
#define JUCE_GLOBAL_MODULE_SETTINGS_INCLUDED 1
#endif
#include <juce_core/system/juce_CompilerWarnings.h>
JUCE_BEGIN_IGNORE_WARNINGS_GCC_LIKE ("-Wc++98-compat-extra-semi",