diff options
author | Xiang, Haihao <haihao.xiang@intel.com> | 2011-06-24 09:14:10 +0800 |
---|---|---|
committer | Xiang, Haihao <haihao.xiang@intel.com> | 2011-06-24 09:20:18 +0800 |
commit | f56de7ea7bfb93f17482a8755186ea0c7c6be7cd (patch) | |
tree | 955f76051cb60dc3eda08f9ac9dc6365b3c8bb83 /test/putsurface/putsurface_x11.c | |
parent | 3c98acb5dcb3026da570634add4220e8bf0b9e6b (diff) | |
download | libva-f56de7ea7bfb93f17482a8755186ea0c7c6be7cd.tar.gz |
va/test: return a value to silence compiler waring
Signed-off-by: Xiang, Haihao <haihao.xiang@intel.com>
Diffstat (limited to 'test/putsurface/putsurface_x11.c')
-rw-r--r-- | test/putsurface/putsurface_x11.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/putsurface/putsurface_x11.c b/test/putsurface/putsurface_x11.c index 3912d1a..db503b4 100644 --- a/test/putsurface/putsurface_x11.c +++ b/test/putsurface/putsurface_x11.c @@ -161,6 +161,8 @@ static int check_window_event(void *win_display, void *drawable, int *width, int printf("Scale window to %dx%d\n", width, height); } #endif + + return 0; } |