libvirt/src/security
Pavel Hrdina d713a6b120 build: add GCC 6.0 -Wlogical-op workaround
fdstream.c: In function 'virFDStreamWrite':
fdstream.c:390:29: error: logical 'or' of equal expressions [-Werror=logical-op]
        if (errno == EAGAIN || errno == EWOULDBLOCK) {
                            ^~

Fedora rawhide now uses gcc 6.0 and there is a bug with -Wlogical-op
producing false warnings.

https://gcc.gnu.org/bugzilla/show_bug.cgi?id=69602

Use GCC pragma push/pop and ignore -Wlogical-op for GCC that supports
push/pop pragma and also has this bug.

Signed-off-by: Pavel Hrdina <phrdina@redhat.com>
2016-04-11 12:09:14 +02:00
..
security_apparmor.c Fix build after recent patches 2016-02-04 16:34:28 +01:00
security_apparmor.h
security_dac.c security: Do not restore labels on device tree binary 2016-01-15 16:34:37 +01:00
security_dac.h
security_driver.c
security_driver.h security: Add virSecurityDomainSetDirLabel 2015-08-24 11:53:17 +02:00
security_manager.c Avoid using !STREQ and !STRNEQ 2015-10-21 15:03:35 +02:00
security_manager.h virSecurityManagerNew: Turn array of booleans into flags 2015-10-07 17:51:28 +02:00
security_nop.c
security_nop.h
security_selinux.c build: add GCC 6.0 -Wlogical-op workaround 2016-04-11 12:09:14 +02:00
security_selinux.h
security_stack.c security_stack: remove extra Security from function names 2015-12-15 16:06:08 +01:00
security_stack.h
virt-aa-helper.c apparmor: QEMU monitor socket moved 2016-04-02 12:49:28 +02:00