diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-06-03 07:33:31 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-06-03 07:33:31 +0200 |
commit | 9362c381072627b08ca42d6d9f909f9597902dfa (patch) | |
tree | 0ce35b3bdef1d078a6d3714b7a3ce6a69d54105b /src/lib/fake-quartz-cg.c | |
parent | info: m (diff) | |
download | libgamma-9362c381072627b08ca42d6d9f909f9597902dfa.tar.gz libgamma-9362c381072627b08ca42d6d9f909f9597902dfa.tar.bz2 libgamma-9362c381072627b08ca42d6d9f909f9597902dfa.tar.xz |
m fixes + print all crtc info , except connector type and subpixel order, in the test
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'src/lib/fake-quartz-cg.c')
-rw-r--r-- | src/lib/fake-quartz-cg.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/lib/fake-quartz-cg.c b/src/lib/fake-quartz-cg.c index 1fcfaf3..3ce7449 100644 --- a/src/lib/fake-quartz-cg.c +++ b/src/lib/fake-quartz-cg.c @@ -147,8 +147,10 @@ static uint16_t* restrict original_ramps = NULL; /* xcb violates the rule to never return struct:s. */ +#ifdef __GNUC__ # pragma GCC diagnostic push # pragma GCC diagnostic ignored "-Waggregate-return" +#endif CGError CGGetOnlineDisplayList(uint32_t max_size, @@ -362,7 +364,9 @@ uint32_t CGDisplayGammaTableCapacity(CGDirectDisplayID display) } +#ifdef __GNUC__ # pragma GCC diagnostic pop +#endif void close_fake_quartz_cg(void) |