mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Fix several errors and warnings from GCC compilation
This commit is contained in:
@ -199,7 +199,7 @@ namespace plNetCommon
|
||||
kChildAgeBook,
|
||||
};
|
||||
|
||||
static const char * LinkingRuleStr( int rule )
|
||||
inline const char * LinkingRuleStr( int rule )
|
||||
{
|
||||
switch ( rule )
|
||||
{
|
||||
@ -227,7 +227,7 @@ namespace plNetCommon
|
||||
kTechnical
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
namespace BuildType
|
||||
{
|
||||
enum Types
|
||||
@ -238,7 +238,7 @@ namespace plNetCommon
|
||||
kExternalRelease
|
||||
};
|
||||
|
||||
static const char * BuildTypeStr( int rule )
|
||||
inline const char * BuildTypeStr( int rule )
|
||||
{
|
||||
switch ( rule )
|
||||
{
|
||||
|
Reference in New Issue
Block a user