Skip to content

Commit

Permalink
use default callbacks for fclose
Browse files Browse the repository at this point in the history
  • Loading branch information
KrahJohlito committed Dec 8, 2022
1 parent d29b37b commit f460b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sound.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
#include "include/themes.h"

// Silence unused variable warnings from vorbisfile.h
static ov_callbacks OV_CALLBACKS_DEFAULT __attribute__((unused));
static ov_callbacks OV_CALLBACKS_NOCLOSE __attribute__((unused));
static ov_callbacks OV_CALLBACKS_STREAMONLY __attribute__((unused));
static ov_callbacks OV_CALLBACKS_STREAMONLY_NOCLOSE __attribute__((unused));

Expand Down

0 comments on commit f460b24

Please sign in to comment.