Skip to content

Commit c0df4b3

Browse files
author
Alex Cole
committed
Unused variables.
1 parent 1e0c8d3 commit c0df4b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

YSI_Core/y_testing/y_testing_entry.inc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -889,6 +889,7 @@ stock bool:Testing_Run(&tests, &checks, &fails, const lastfail[33] = "", bool:p
889889
#if !defined NO_PLAYER_TESTS
890890
stock bool:Testing_Player(playerid, &idx, &tests, &checks, &fails, const lastfail[33] = "", bool:p = false)
891891
{
892+
#pragma unused idx, tests, checks, fails, lastfail, p
892893
if (YSI_g_sPlayer == cellmax && !IsPlayerNPC(playerid)) //!Player_IsNPC(playerid))
893894
{
894895
#if !defined LIGHT_TEST_REPORT

0 commit comments

Comments
 (0)