# HG changeset patch # User Philipp Wiesemann # Date 1421445794 -3600 # Node ID 01f418c16580abfb6b04cb00cd2cd5081aeaf4fc # Parent 221b071c37d62a116390a44b3f3315367e611578 Fixed two warnings about initialized but unused local variables in tests. diff -r 221b071c37d6 -r 01f418c16580 test/testautomation_video.c --- a/test/testautomation_video.c Mon Jan 12 23:20:52 2015 +0100 +++ b/test/testautomation_video.c Fri Jan 16 23:03:14 2015 +0100 @@ -541,7 +541,6 @@ { const char *invalidWindowError = "Invalid window"; char *lastError; - const char* title = "video_getWindowBrightnessNegative Test Window"; float result; /* Call against invalid window */ @@ -728,7 +727,6 @@ int video_getWindowGammaRampNegative(void *arg) { - const char* title = "video_getWindowGammaRampNegative Test Window"; Uint16 red[256]; Uint16 green[256]; Uint16 blue[256];