Commit f56de7ea authored by Xiang, Haihao's avatar Xiang, Haihao

va/test: return a value to silence compiler waring

Signed-off-by: default avatarXiang, Haihao <haihao.xiang@intel.com>
parent 3c98acb5
......@@ -93,7 +93,7 @@ static int display_surface(int frame_id, int *exit_encode)
}
}
return;
return 0;
}
#include "h264encode_common.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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment