Package: mupen64plus-video-z64 / 1.99.4+30+daa3f1b2fe76-3

Metadata

Package Version Patches format
mupen64plus-video-z64 1.99.4+30+daa3f1b2fe76-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
printf_fixup.patch | (download)

src/rdp.h | 3 2 + 1 - 0 !
src/rgl_debugger.cpp | 4 2 + 2 - 0 !
2 files changed, 4 insertions(+), 3 deletions(-)

 add printf-format attribute
 The compiler needs to get more information for function declaration to
 help to find printf specific format attacks.
gcc_lto.patch | (download)

projects/unix/Makefile | 6 6 + 0 - 0 !
1 file changed, 6 insertions(+)

 enable experimental support for link-time optimization
uninitialized_restorefbid.patch | (download)

src/rgl.cpp | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 workaround wrong gcc warning about uninitialized variable
mixed_signedness.patch | (download)

src/rdp.h | 22 11 + 11 - 0 !
src/rgl_rendermode.cpp | 2 1 + 1 - 0 !
2 files changed, 12 insertions(+), 12 deletions(-)

 fix mixing of signedness