dolphin/Source/Plugins/Plugin_DSP_LLE/Src
Soren Jorvang 30e437f9e3 Fix some cases of variables being used uninitialized. Also some unused
variables, writeable strings and dangerously shadowed variables.

index(), gamma(), exp() and y0() are POSIX functions and using those
names can cause namespace confusion.

A number of C files were missing the final newline required by ANSI C
and some versions of GCC are pedantic enough to complain about this.

These changes simply the scons build, allowing us to get rid of
filterWarnings which is simply more trouble than it's worth.


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5574 8ced0084-cf51-0410-be5f-012b33b47a6e
2010-06-02 20:35:12 +00:00
..
Debugger Improve iterator usage. 2010-05-28 23:14:16 +00:00
Config.cpp Linux global build. At least the basic footwork is done here. 2010-02-02 21:56:29 +00:00
Config.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
DSPConfigDlgLLE.cpp DSP LLE Jit, joined work with XK and skidu. 2010-04-07 15:04:45 +00:00
DSPConfigDlgLLE.h DSP LLE Jit, joined work with XK and skidu. 2010-04-07 15:04:45 +00:00
DSPDebugInterface.cpp Move MemCheck functionality into the virtual DebugInterface class from the more general MemView class. 2010-02-18 12:06:13 +00:00
DSPDebugInterface.h Move MemCheck functionality into the virtual DebugInterface class from the more general MemView class. 2010-02-18 12:06:13 +00:00
DSPHost.cpp Update_SR_Register64 sets SR_TOP2BITS based on m, not h (does someone have tests saying otherwise?) 2010-02-17 02:33:21 +00:00
DSPSymbols.cpp Improve iterator usage. 2010-05-28 23:14:16 +00:00
DSPSymbols.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
Globals.cpp Sound System Rework: Phase 2 2009-12-23 15:34:14 +00:00
Globals.h Sound System Rework: Phase 2 2009-12-23 15:34:14 +00:00
main.cpp Match types in comparison. 2010-05-30 05:25:32 +00:00
SConscript Fix some cases of variables being used uninitialized. Also some unused 2010-06-02 20:35:12 +00:00
stdafx.cpp Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
stdafx.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00
Tools.cpp Linux global build. At least the basic footwork is done here. 2010-02-02 21:56:29 +00:00
Tools.h Now ALL copyright dates are fixed to the legally correct year: The year in which the project began. Now we don't have to change it every year :) 2009-07-28 21:32:10 +00:00