Sparx Systems Forum
Enterprise Architect => Bugs and Issues => Topic started by: Lars Er on November 30, 2010, 01:02:42 am
-
When importing C source code with macros I got parse error on the ((unused)) attribute; "unexpected symbol (".
__attribute__ is already added as macro:
static const unsigned char svnId[] __attribute__ ((unused))={"$Id$};
/ Lars
-
Add '__attribute__()' instead if you want EA to skip over the parenthesis.
-
Great! Thank you :)
Lars