From ace64af532ec0d897e9d2bc1d175f39c922b5e24 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Fri, 16 Jan 2015 23:03:14 +0100 Subject: [PATCH] Fixed two warnings about initialized but unused local variables in tests. --- test/testautomation_video.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/testautomation_video.c b/test/testautomation_video.c index f90ff5c2a..cfc4a238e 100644 --- a/test/testautomation_video.c +++ b/test/testautomation_video.c @@ -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 */ @@ -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];