1
0
mirror of https://gitlab.com/libvirt/libvirt.git synced 2025-02-18 21:57:30 +03:00
Daniel P. Berrange c43b685a1d Ensure consistent enablement of gcc 'diagnostic' pragma
The virt-compile-warnings.m4 file would do an explicit
check for whether the compile could use the 'diagnostic'
pragma push/pop feature. The src/internal.h file would
then only enable it for GCC >= 4.6

This breaks with clang which supports the pragma but
does not claim GCC 4.6 compat. Export a variable from
the m4 check to the header file so they are consistent.

Signed-off-by: Daniel P. Berrange <berrange@redhat.com>
2013-05-14 15:00:22 +01:00
..
2013-01-11 11:30:55 -07:00
2013-04-03 16:19:35 +01:00
2013-01-14 09:33:48 -07:00