eap-sim-file: Fix build with DEBUG_LEVEL < 1

This commit is contained in:
Tobias Brunner
2025-01-13 15:04:13 +01:00
parent 52771c1392
commit 47d5adc96a
@@ -157,7 +157,7 @@ static bool read_triplets(private_eap_sim_file_triplets_t *this, char *path)
{
char line[512];
FILE *file;
int i, nr = 0;
int i, nr DBG_UNUSED = 0;
file = fopen(path, "r");
if (file == NULL)