ravachol / kew

A command-line music player
GNU General Public License v2.0
567 stars 21 forks source link

Additional warning when compiling with Clang. #123

Closed xplshn closed 6 months ago

xplshn commented 6 months ago
src/soundpcm.c:14:9: warning: 'SAMPLE_FORMAT' macro redefined [-Wmacro-redefined]
   14 | #define SAMPLE_FORMAT ma_format_s24
      |         ^
src/soundcommon.h:24:9: note: previous definition is here
   24 | #define SAMPLE_FORMAT ma_format_s32
      |         ^
1 warning generated.