From: David Levine Date: Sun, 8 Dec 2013 19:27:33 +0000 (-0600) Subject: Removed temporary diagnostic to determine gcc version on Solaris X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/6d0283b19a1f20ce21e31f45ce9a08ef5fbc847c?ds=inline;hp=6d0283b19a1f20ce21e31f45ce9a08ef5fbc847c Removed temporary diagnostic to determine gcc version on Solaris buildbot host. It's 4.5.2. 4.6.0 and later return an error status with an unrecognized option, which we rely on for the test for -Qunused-arguments. 4.5.2 doesn't. But that option doesn't produce any errors, just warnings that don't contain "warning". So ignore it. ---