compiler-warnings: Drop -Waggregate-return
authorColin Walters <walters@verbum.org>
Mon, 12 Nov 2012 17:09:57 +0000 (12:09 -0500)
committerColin Walters <walters@verbum.org>
Mon, 12 Nov 2012 19:43:22 +0000 (14:43 -0500)
commit502387df492d0c2b302a892d4cc59e3b246b8490
tree1657488b9c8a886ffc26c8f5f704266c2d968ca2
parent7c70df83511028ce45489193eaf0aa613b3416a7
compiler-warnings: Drop -Waggregate-return

This trips up gnome-desktop using things like XSyncValue, and while
it's possible to avoid, we shouldn't punish people who are pushed to
use structures as return values by external APIs.

Returning a two-element structure is not a big deal.
macros2/gnome-compiler-flags.m4