]> sigrok.org Git - libsigrok.git/commit
input/wav: windows: Fix a compiler warning.
authorUwe Hermann <redacted>
Sun, 12 Apr 2015 16:54:43 +0000 (18:54 +0200)
committerUwe Hermann <redacted>
Sun, 12 Apr 2015 16:54:43 +0000 (18:54 +0200)
commit76598cda5465e74e7427b5613f5859f02c2d2ad6
tree84375675c2f5746e04d8461412b3a7491d6514b3
parent4cd97e5ad7bb63cb90d209506464fafd9f9eef8a
input/wav: windows: Fix a compiler warning.

  src/input/wav.c:41:0: warning: "WAVE_FORMAT_PCM" redefined
   #define WAVE_FORMAT_PCM          0x0001
   ^
  In file included from [...]/include/windows.h:86:0,
                   from [...]/include/libusb-1.0/libusb.h:70,
                   from ./src/libsigrok-internal.h:31,
                   from src/input/wav.c:28:
  [...]/include/mmsystem.h:482:0: note: this is the location of the previous definition
   #define WAVE_FORMAT_PCM 1
   ^
src/input/wav.c