hth313 / Calypsi-tool-chains

Overview of the Calypsi tool chain and open source support packages
16 stars 0 forks source link

Feature request: __attribute__((unused)) #25

Closed djipi closed 1 year ago

djipi commented 1 year ago

It will be a nice to have, some others compiler handle such attribute. Calypsi reports the unknow attribute as a warning: "warning: unknown attribute 'unused' ignored".

hth313 commented 1 year ago

I have enabled the unused attribute for the next release.

djipi commented 1 year ago

Tested with Release 4.4 and it works fine. Thank you.