Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 472022 Details for
Bug 617894
app-emulation/xen-tools-4.8.1 needed/recommended patches
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
silence tons of warnings resulting from tools/qemu-xen/include/qemu/atomic.h:30
disable-atomic-warnings.patch (text/plain), 622 bytes, created by
Andreas Kinzler
on 2017-05-08 20:46:28 UTC
(
hide
)
Description:
silence tons of warnings resulting from tools/qemu-xen/include/qemu/atomic.h:30
Filename:
MIME Type:
Creator:
Andreas Kinzler
Created:
2017-05-08 20:46:28 UTC
Size:
622 bytes
patch
obsolete
>AK: silence tons of warnings resulting from tools/qemu-xen/include/qemu/atomic.h:30 > >--- a/tools/qemu-xen/rules.mak >+++ b/tools/qemu-xen/rules.mak >@@ -56,7 +56,7 @@ > $(filter-out %.o %.mo,$1)) > > %.o: %.c >- $(call quiet-command,$(CC) $(QEMU_INCLUDES) $(QEMU_CFLAGS) $(QEMU_DGFLAGS) $(CFLAGS) $($@-cflags) -c -o $@ $<," CC $(TARGET_DIR)$@") >+ $(call quiet-command,$(CC) $(QEMU_INCLUDES) $(QEMU_CFLAGS) $(QEMU_DGFLAGS) $(CFLAGS) $($@-cflags) -Wno-declaration-after-statement -c -o $@ $<," CC $(TARGET_DIR)$@") > %.o: %.rc > $(call quiet-command,$(WINDRES) -I. -o $@ $<," RC $(TARGET_DIR)$@") > >
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 Raw
Actions:
View
Attachments on
bug 617894
: 472022 |
472024
|
472026