unzip: Compile with std=c99
Allows building with GCC >=15, which defaults to c23 and disallows
function declarations without parameters and old-style function
declarations.
Fixes #19584
Change-Id: Idb141b804e80d3909558abecd2c74538cb3766ae
Reviewed-on: https://review.haiku-os.org/c/haiku/+/9684
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
Diff
src/tools/unzip/Jamfile | 2 ++
1 file changed, 2 insertions(+)
@@ -1,5 +1,7 @@
SubDir HAIKU_TOP src tools unzip ;
SubDirCcFlags -std=c99 ;
SEARCH_SOURCE += [ FDirName $(HAIKU_TOP) src bin unzip ] ;
DEFINES += NO_CRYPT HAS_JUNK_EXTRA_FIELD_OPTION=1 ;