don't output calling convention warnings on non-functions for now, as we tentatively...
authorMatthias Braun <matze@braunis.de>
Sun, 8 Mar 2009 00:01:33 +0000 (00:01 +0000)
committerMatthias Braun <matze@braunis.de>
Sun, 8 Mar 2009 00:01:33 +0000 (00:01 +0000)
commit6a7adde8512cf76b6cc5c67bece168b43c913c26
treeaae32e88d9262f150c749a2bfecf7d0e1b8118d0
parent0b129be5ed4bae2c27b2f8d2119cc3dc37568bba
don't output calling convention warnings on non-functions for now, as we tentatively apply the attribute on the return type too. Ignore calling convention when testing for function type compatibility - this is stupid but the way gcc works and we should be compatible here

[r25628]
attribute.c
type.c