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

@@ -1,10 +1,7 @@
#ifndef PKMNLIB_CONTEXTPOOL_HPP
#define PKMNLIB_CONTEXTPOOL_HPP
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Wunused-parameter"
#include <angelscript.h>
#pragma clang diagnostic pop
#include <vector>
class ContextPool {