Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Cleanup BAIL_* and GOTO_* macros to be less cluttered.
This also fixes really aggressive compiler warnings about the "if (!ERRPASS)" construct producing unreachable code.
- Loading branch information
Showing
with
578 additions
and 578 deletions.
- +8 −8 src/archiver_dir.c
- +8 −8 src/archiver_grp.c
- +8 −8 src/archiver_hog.c
- +55 −58 src/archiver_iso9660.c
- +23 −21 src/archiver_lzma.c
- +5 −5 src/archiver_mvl.c
- +9 −9 src/archiver_qpak.c
- +13 −16 src/archiver_slb.c
- +15 −15 src/archiver_unpacked.c
- +16 −16 src/archiver_vdf.c
- +8 −8 src/archiver_wad.c
- +114 −114 src/archiver_zip.c
- +145 −145 src/physfs.c
- +3 −3 src/physfs_byteorder.c
- +18 −14 src/physfs_internal.h
- +2 −2 src/platform_beos.cpp
- +10 −10 src/platform_macosx.c
- +31 −31 src/platform_os2.c
- +16 −16 src/platform_posix.c
- +6 −6 src/platform_unix.c
- +37 −37 src/platform_windows.c
- +28 −28 src/platform_winrt.cpp
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.