mirror of
https://github.com/debauchee/barrier.git
synced 2024-11-23 20:12:39 +03:00
Fixed warning on Mac 10.6 #4866
This commit is contained in:
parent
945ccfdb75
commit
0f4837aa21
@ -20,6 +20,8 @@
|
||||
#include <string.h>
|
||||
|
||||
static const char kUnknownVersion[] = "unknown";
|
||||
const char* s_pluginNames[] = { "ns" };
|
||||
static const char* s_pluginVersions[] = { "1.2" };
|
||||
|
||||
const char* getExpectedPluginVersion(const char* name)
|
||||
{
|
||||
|
@ -22,9 +22,7 @@ enum EPluginType {
|
||||
kPluginCount
|
||||
};
|
||||
|
||||
static const char* s_pluginNames[] = { "ns" };
|
||||
static const char* s_pluginVersions[] = { "1.2" };
|
||||
|
||||
extern const char* s_pluginNames[];
|
||||
|
||||
//! Get expected plugin version
|
||||
/*!
|
||||
|
Loading…
Reference in New Issue
Block a user