Update assert API in test lib; add to and harness; add test lib to VS2010 and VS2012 solution; fix VS2012 solution; fix compiler warning
This commit is contained in:
parent
a8af7eca89
commit
d4bfe07a4f
10 changed files with 469 additions and 20 deletions
|
@ -920,7 +920,6 @@ SDL_bool
|
|||
SDL_SYS_JoystickAttached(SDL_Joystick * joystick)
|
||||
{
|
||||
recDevice *device = gpDeviceList;
|
||||
int index;
|
||||
|
||||
while ( device )
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue