Fixed issue on build with gcc.
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2020-07-18 13:19:35 +02:00
parent 7827b8bb2b
commit 3235a99ff6
23 changed files with 17 additions and 68 deletions

View File

@@ -6,10 +6,7 @@
#ifndef ANGELSCRIPT_H
// Avoid having to inform include path if header is already include before
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-parameter"
#include <angelscript.h>
#pragma clang diagnostic pop
#endif