138486a3df
6.11.5 Storage-class specifiers [#1] The placement of a storage-class specifier other than at the beginning of the declaration specifiers in a declaration is an obsolescent feature. and gcc -Wextra warns about this, so s/const static/static const/