Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 312229 Details for
Bug 416573
x11-drivers/xf86-video-virtualbox - invalid conversion from ‘void*’ to ‘RTHEAPSIMPLEBLOCK*’ [-fpermissive]
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
-fpermissive GCC flag fixes the issue
permissive.patch (text/plain), 1.10 KB, created by
Arvydas Sidorenko
on 2012-05-18 23:50:15 UTC
(
hide
)
Description:
-fpermissive GCC flag fixes the issue
Filename:
MIME Type:
Creator:
Arvydas Sidorenko
Created:
2012-05-18 23:50:15 UTC
Size:
1.10 KB
patch
obsolete
>diff --git a/Config.kmk b/Config.kmk >index 8a3a2a6..7a88a92 100644 >--- a/Config.kmk >+++ b/Config.kmk >@@ -2856,7 +2856,7 @@ TEMPLATE_VBOXR0DRV_CFLAGS.x86 = -mpreferred-stack-boundary=2 -msoft-flo > TEMPLATE_VBOXR0DRV_CFLAGS.amd64 = -m64 -mno-red-zone -mcmodel=kernel -mno-sse -mno-mmx -mno-sse2 -mno-3dnow \ > -fno-reorder-blocks -ffreestanding -fno-asynchronous-unwind-tables -funit-at-a-time \ > -Wno-sign-compare -Wdeclaration-after-statement >-TEMPLATE_VBOXR0DRV_CXXFLAGS = $(filter-out -Wstrict-prototypes -Wno-pointer-sign -ffreestanding -Wdeclaration-after-statement -Werror-implicit-function-declaration,$(TEMPLATE_VBOXR0DRV_CFLAGS) $(TEMPLATE_VBOXR0DRV_CFLAGS.$(KBUILD_TARGET_ARCH))) -fno-exceptions -fno-rtti >+TEMPLATE_VBOXR0DRV_CXXFLAGS = $(filter-out -Wstrict-prototypes -Wno-pointer-sign -ffreestanding -Wdeclaration-after-statement -Werror-implicit-function-declaration,$(TEMPLATE_VBOXR0DRV_CFLAGS) $(TEMPLATE_VBOXR0DRV_CFLAGS.$(KBUILD_TARGET_ARCH))) -fno-exceptions -fno-rtti -fpermissive > ifndef VBOX_LINUX_VERSION_2_4 > # 2.6 > TEMPLATE_VBOXR0DRV_SYSSUFF = .ko
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 416573
: 312229 |
314773
|
315541
|
315543