raze-gles/polymer/eduke32/source/jaudiolib/src
helixhorned 73ca265137 Fix various, but not all warnings.
Except:
 - missing braces around initializer [-Wmissing-braces]: due to union-in-struct
   vec3f_t
 - comparison between signed and unsigned integer expressions [-Wsign-compare]:
   in polymer.c

git-svn-id: https://svn.eduke32.com/eduke32@5309 1a8010ca-5511-0410-912e-c29ae57300e0
2015-07-25 17:23:17 +00:00
..
_multivc.h More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
driver_directsound.c More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
driver_directsound.h More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
driver_nosound.c More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
driver_nosound.h More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
driver_sdl.c More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
driver_sdl.h More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
drivers.c More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
flac.c More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
formats.c Rework audiolib, interim commit before removing 8-bit output support. DONT_BUILD. 2015-07-08 03:33:56 +00:00
fx_man.c More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
linklist.h Rework audiolib, interim commit before removing 8-bit output support. DONT_BUILD. 2015-07-08 03:33:56 +00:00
mix.c More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
mixst.c More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
multivoc.c Fix various, but not all warnings. 2015-07-25 17:23:17 +00:00
multivoc.h More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
pitch.c Fix freeze on pitch 0 sound playback introduced in r4616. 2015-04-11 13:53:06 +00:00
pitch.h Part 1 of attempting to adhere to C standard section 7.1.3. It turns out it's illegal to use identifiers that begin with _ or have __ anywhere in them. DONT_BUILD. 2014-11-22 12:32:56 +00:00
vorbis.c More audiolib cleanup, remove 8-bit output support. 2015-07-08 03:34:09 +00:00
xa.c Rework audiolib, interim commit before removing 8-bit output support. DONT_BUILD. 2015-07-08 03:33:56 +00:00