Don't use {} initializer for unions
gcc (on the buildbots) doesn't support named union initialization.
Besides, padding in union initializers is unpredictable anyway, so use
memset style instead.
Also, clean up a few compiler warnings.
Signed-off-by:
Brenden Blanco <bblanco@gmail.com>
显示
+15 -12
想要评论请 注册 或 登录