Skip to content

Added a few 'pure' and 'const' function attributes as suggested by GCC 5.4

Matthieu Schaller requested to merge function_atrributes into master

GCC has an option to suggest additional function attributes that may improve compilation and performance by providing more semantic information to the compiler. Here are the changes that tool proposes.

Do we care ?

Merge request reports