Fix errornos assumption that all compilers are gcc
authorTorgeir Lerkerod <Torgeir.Lerkerod@gmail.com>
Mon, 9 Feb 2009 20:11:13 +0000 (21:11 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Mon, 9 Feb 2009 21:12:45 +0000 (22:12 +0100)
commit98a4327b19e83ffad4e0be7e8895fdbd9e48d49f
tree518eaa21adfaabd6225dc0e6a88a4ca5f21fb736
parentcc51cbc862055975bcef016876662576b00e72ef
Fix errornos assumption that all compilers are gcc

When compiling Samba 4's IDL files buildsystem assumes that compiler
knows about -xc, which is a gcc spesefic switch as this switch isn't
needed on gcc either the flag was uneeded and can be removed. Thus no
warnings on non gcc systems.

Signed-off-by: Torgeir Lerkerod <Torgeir.Lerkerod@gmail.com>
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
pidl/idl.yp
pidl/lib/Parse/Pidl/IDL.pm
source4/build/pasn1/asn1.yp