VirtualBox

Changeset 73498 in vbox


Ignore:
Timestamp:
Aug 4, 2018 8:13:41 PM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
124125
Message:

IPRT: Added single stack frame unwind function to RTDbgMod and RTLdr, copying over the PoC from DBGFRStack.cpp. bugref:3897 [build fix]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Config.kmk

    r73332 r73498  
    29252925VBOX_GCC_PEDANTIC_CXX ?= -pedantic $(VBOX_GCC_WARN_PEDANTIC) $(VBOX_GCC_Wno-return-type-c-linkage) $(VBOX_GCC_Wno-overloaded-virtual)
    29262926VBOX_GCC_PEDANTIC_C   ?= -pedantic $(VBOX_GCC_WARN_PEDANTIC) -Wmissing-prototypes -Wstrict-prototypes -Wmissing-declarations -Werror-implicit-function-declaration
     2927
     2928# Avoid freaking out in the additions build when using flexible arrays in C++ code (ldrPE.cpp, ++).
     2929if $(VBOX_GCC_VERSION_CXX) < 60100 && defined(VBOX_GCC_Wno-array_bounds)
     2930 VBOX_GCC_PEDANTIC_CXX += $(VBOX_GCC_Wno-array_bounds)
     2931endif
    29272932
    29282933VBOX_GCC_NON_PEDANTIC_CXX ?= -Wno-sign-compare
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette