mirror of https://github.com/encounter/SDL.git
Fixed compile warning about unused variable in wave test program.
This commit is contained in:
parent
df3299627d
commit
cec3efe627
|
@ -48,7 +48,6 @@ poked(int sig)
|
||||||
int
|
int
|
||||||
main(int argc, char *argv[])
|
main(int argc, char *argv[])
|
||||||
{
|
{
|
||||||
int i;
|
|
||||||
char filename[4096];
|
char filename[4096];
|
||||||
|
|
||||||
/* Enable standard application logging */
|
/* Enable standard application logging */
|
||||||
|
|
Loading…
Reference in New Issue