Skip to content

Commit

Permalink
newtest
Browse files Browse the repository at this point in the history
  • Loading branch information
sc0w committed May 22, 2024
1 parent 28b3492 commit f42d53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lapiz/smclient/eggsmclient.c
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ static EggSMClient *global_client;
static EggSMClientMode global_client_mode = EGG_SM_CLIENT_MODE_NORMAL;

static void
egg_sm_client_init (void/*EggSMClient *client*/)
egg_sm_client_init (EggSMClient *client G_GNUC_UNUSED)
{
;
}
Expand Down

0 comments on commit f42d53f

Please sign in to comment.