ItsAgi / u8glib

Automatically exported from code.google.com/p/u8glib
Other
0 stars 0 forks source link

u8g_clip: always_inline attribute misuse #158

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
always_inline does not replace inline; both must be used together or the
compiler may produce:

error: always_inline function might not be inlinable [-Werror=attributes]

This occurs with the mspgcc 20120911 compiler and prevents builds when using 
-Werror.

Original issue reported on code.google.com by pabi...@gmail.com on 24 Apr 2013 at 9:36

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks for the fix (and the other two). I intend to fix this for the next 
release.

Original comment by olikr...@gmail.com on 24 Apr 2013 at 5:16

GoogleCodeExporter commented 8 years ago

Original comment by olikr...@gmail.com on 5 Jun 2013 at 7:41