lp:libcdio
- Get this branch:
- bzr branch lp:libcdio
Branch information
Import details
This branch is an import of the HEAD branch of the Git repository at git://git.savannah.gnu.org/libcdio.git.
Last successful import was .
Recent revisions
- 685. By Akeo
-
Fix MinGW inlining failed warnings
The latest MinGW32 reports the following during compilation:
image/bincue.c: In function 'cdio_get_
devices_ bincue' :
image/bincue.c:992:20: warning: inlining failed in call to 'Win32Glob. constprop' : call is unlikely and code size would grow [-Winline]
static inline void Win32Glob(const char* pattern, const char* szCurPath, char ***drives, unsigned int *num_files)
^ ~~~~~~~ ~ image/nrg.c: In function 'cdio_get_
devices_ nrg':
image/nrg.c:1128: 20: warning: inlining failed in call to 'Win32Glob. constprop' : call is unlikely and code size would grow [-Winline]
static inline void Win32Glob(const char* pattern, const char* szCurPath, char ***drives, unsigned int *num_files)
^ ~~~~~~~ ~ - 684. By Akeo
-
Switch to using the more relaxed from_733 in _iso9660_
dir_to_ statbuf * Done so that libcdio doesn't bail out when processing non-compliant
ISOs such as openSUSE Leap 15.0 - 683. By Akeo
-
Set from_723 and from_733 to return the little-endian value always
* And silence the warning in case of little-endian and big-endian mismatch
* Also introduce a from_723_with_err() that can be used to report mismatch
if needed - 680. By rocky <email address hidden>
-
Fix small I/O leak when we can't read ISO file
See Savannah bug #53170. Thanks to David Binderman.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)