Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed warnings if compiling loopwave programs with C++.
  • Loading branch information
philippwiesemann committed Feb 19, 2017
1 parent 9f8c1d7 commit dfa8fb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test/loopwave.c
Expand Up @@ -30,7 +30,7 @@

#include "SDL.h"

struct
static struct
{
SDL_AudioSpec spec;
Uint8 *sound; /* Pointer to wave data */
Expand Down
2 changes: 1 addition & 1 deletion test/loopwavequeue.c
Expand Up @@ -25,7 +25,7 @@
#include <signal.h>
#endif

struct
static struct
{
SDL_AudioSpec spec;
Uint8 *sound; /* Pointer to wave data */
Expand Down

0 comments on commit dfa8fb3

Please sign in to comment.