non port: games/openbor/files/patch-source_gamelib_packfile.c |
Number of commits found: 5 |
Wednesday, 29 Aug 2018
|
22:24 jbeich
games/openbor: update to 6412
Changes: https://github.com/DCurrent/openbor/compare/cd8df016...d9bfceeb
 |
Saturday, 7 Jul 2018
|
00:40 jbeich
games/openbor: regen patches
 |
Thursday, 22 Feb 2018
|
00:58 jbeich
games/openbor: update to 4604
Changes: https://github.com/DCurrent/openbor/compare/ab066c1...d73408f
 |
Tuesday, 20 Feb 2018
|
00:09 jbeich
games/openbor: update to 4601
Changes: https://github.com/DCurrent/openbor/compare/35968d0...ab066c1
 |
Sunday, 15 Jan 2017
|
11:31 jbeich
games/openbor: warnings
- With `make -s` only compiler warnings are allowed to break silence
- -Wno-unsued-result is no longer fatal after 9.x EOL
source/gamelib/packfile.c: In function 'packfile_music_read':
source/gamelib/packfile.c:1402:13: warning: 'memset' used with length equal to
number of elements without multiplication by element size [-Wmemset-elt-size]
memset(filelist[i].bgmTracks, 0, 256);
^~~~~~
source/scriptlib/Parser.c: In function 'Parser_Unary_expr':
source/scriptlib/Parser.c:1879:30: warning: may write a terminating nul past the
end of the destination [-Wformat-length=]
sprintf(buf, "-%s", pInstruction->theToken->theSource);
~~~^
source/scriptlib/Parser.c:1879:13: note: format output between 2 and 129 bytes
into a destination ofsize 128
sprintf(buf, "-%s", pInstruction->theToken->theSource); (Only the first 15 lines of the commit message are shown above )
 |
Number of commits found: 5 |