Changeset 105598 in vbox
- Timestamp:
- Aug 6, 2024 6:49:46 AM (10 months ago)
- svn:sync-xref-src-repo-rev:
- 164277
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware/BaseTools/Source/C/Common/Decompress.c
r101291 r105598 16 16 // Decompression algorithm begins here 17 17 // 18 #if !defined(VBOX) || !defined(UINT8_MAX) 18 19 #define UINT8_MAX 0xff 20 #endif 19 21 #define BITBUFSIZ 32 20 22 #define MAXMATCH 256 -
trunk/src/VBox/Devices/EFI/Firmware/Config.kmk
r102909 r105598 140 140 TEMPLATE_VBoxEfiBldProg_CXXFLAGS.darwin.arm64 = $(TEMPLATE_VBoxBldProg_CXXFLAGS.darwin.arm64) 141 141 TEMPLATE_VBoxEfiBldProg_CXXFLAGS.darwin.arm64 += -Wno-register # BaseTools/Source/C/VfrCompile/Pccts/h/AParser.cpp:475:2: error: ISO C++17 does not allow 'register' storage class specifier [-Wregister] 142 TEMPLATE_VBoxEfiBldProg_CXXFLAGS.darwin.arm64 += -Wno-deprecated-declarations # out/darwin.arm64/debug/obj/VfrCompile/VfrSyntax.cpp:11241:3: error: 'sprintf' is deprecated: This function is provided for compatibility reasons only 142 143 143 144 TEMPLATE_VBoxEfiBldProg_INCS = $(TEMPLATE_VBoxBldProg_INCS) \
Note:
See TracChangeset
for help on using the changeset viewer.