Changeset 53985 in vbox
- Timestamp:
- Jan 27, 2015 9:56:11 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Config.kmk
r53984 r53985 2430 2430 $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wno-variadic-macros ?= $(call VBOX_GCC_CHECK_CXX,-Wno-variadic-macros,)' 2431 2431 $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wno-vla ?= $(call VBOX_GCC_CHECK_CXX,-Wno-vla,)' 2432 $(QUIET)$(APPEND) '$@' 'VBOX_GCC_Wno-overlength-strings?= $(call VBOX_GCC_CHECK_CC,-Wno-overlength-strings,)' 2432 2433 $(QUIET)$(APPEND) '$@' 'VBOX_GCC_fno-stack-protector ?= $(call VBOX_GCC_CHECK_CC,-fno-stack-protector,)' 2433 2434 $(QUIET)$(APPEND) '$@' 'VBOX_GCC_fno-dwarf2-cfi-asm ?= $(call VBOX_GCC_CHECK_CC,-fno-dwarf2-cfi-asm,)' -
trunk/src/VBox/ExtPacks/VBoxDTrace/Makefile.kmk
r53983 r53985 55 55 56 56 57 if def VBOX_WITH_EXTPACK_VBOXDTRACE57 if defined(VBOX_WITH_EXTPACK_VBOXDTRACE) && defined(VBOX_WITH_EXTPACK) 58 58 59 59 # … … 101 101 VBoxDTraceCmd_SDKS = VBOX_ZLIB 102 102 ifn1of ($(KBUILD_TARGET), win) 103 VBoxDTraceCmd_CFLAGS = -Wno-format -Wno-overlength-strings-Wno-sign-compare -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow103 VBoxDTraceCmd_CFLAGS = -Wno-format $(VBOX_GCC_Wno-overlength-strings) -Wno-sign-compare -Wno-strict-prototypes -Wno-missing-prototypes -Wno-missing-declarations -Wno-shadow 104 104 endif 105 105 VBoxDTraceCmd_INCS = \
Note:
See TracChangeset
for help on using the changeset viewer.