Skip to content

Commit

Permalink
Unused variables.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Cole committed Apr 24, 2024
1 parent 1e0c8d3 commit c0df4b3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions YSI_Core/y_testing/y_testing_entry.inc
Original file line number Diff line number Diff line change
Expand Up @@ -889,6 +889,7 @@ stock bool:Testing_Run(&tests, &checks, &fails, const lastfail[33] = "", bool:p
#if !defined NO_PLAYER_TESTS
stock bool:Testing_Player(playerid, &idx, &tests, &checks, &fails, const lastfail[33] = "", bool:p = false)
{
#pragma unused idx, tests, checks, fails, lastfail, p
if (YSI_g_sPlayer == cellmax && !IsPlayerNPC(playerid)) //!Player_IsNPC(playerid))
{
#if !defined LIGHT_TEST_REPORT
Expand Down

0 comments on commit c0df4b3

Please sign in to comment.