Skip to content

Commit e792944

Browse files
committed
Fix unused symbol.
1 parent fce51c3 commit e792944

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

YSI_Core/y_core/y_scriptinit_impl.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -334,6 +334,7 @@ static bool:ScriptInit_CallOnCodeInit(bool:jit, bool:fs)
334334
strcat(name, ".amx");
335335
}
336336
#else
337+
#pragma unused fs
337338
static const name[] = "YSI_CACHE.amx";
338339
#endif
339340
#endif

YSI_Core/y_core/y_version.inc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ CHAIN_FORWARD:YVers_OnScriptInit() = 1;
9797

9898
#define YSI_VERSION_MAJOR 5
9999
#define YSI_VERSION_MINOR 04
100-
#define YSI_VERSION_BUILD 0101
100+
#define YSI_VERSION_BUILD 0102
101101

102102
#define YSI_VERSION #YSI_VERSION_MAJOR "." #YSI_VERSION_MINOR "." #YSI_VERSION_BUILD
103103

0 commit comments

Comments
 (0)