Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixed two warnings about initialized but unused local variables in te…
…sts.
  • Loading branch information
philippwiesemann committed Jan 16, 2015
1 parent 775a5aa commit 4b3f0d6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions test/testautomation_video.c
Expand Up @@ -541,7 +541,6 @@ video_getWindowBrightnessNegative(void *arg)
{
const char *invalidWindowError = "Invalid window";
char *lastError;
const char* title = "video_getWindowBrightnessNegative Test Window";
float result;

/* Call against invalid window */
Expand Down Expand Up @@ -728,7 +727,6 @@ video_getWindowGammaRamp(void *arg)
int
video_getWindowGammaRampNegative(void *arg)
{
const char* title = "video_getWindowGammaRampNegative Test Window";
Uint16 red[256];
Uint16 green[256];
Uint16 blue[256];
Expand Down

0 comments on commit 4b3f0d6

Please sign in to comment.