mirror of
https://github.com/encounter/SDL.git
synced 2025-05-28 10:11:31 +00:00
testhaptic: fix watcom "&array may not produce intended result" warning
This commit is contained in:
parent
151c23415e
commit
d022039529
@ -106,7 +106,7 @@ main(int argc, char **argv)
|
||||
SDL_ClearError();
|
||||
|
||||
/* Create effects. */
|
||||
SDL_memset(&efx, 0, sizeof(efx));
|
||||
SDL_memset(efx, 0, sizeof(efx));
|
||||
nefx = 0;
|
||||
supported = SDL_HapticQuery(haptic);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user