I was getting this error message”invalid storage class for function”
Then I just change “static inline void” to “inline void”
Source: http://dev.gentoo.org/~vanquirius/gcc4-porting-guide.html
a blog about computers and other funny things
I was getting this error message”invalid storage class for function”
Then I just change “static inline void” to “inline void”
Source: http://dev.gentoo.org/~vanquirius/gcc4-porting-guide.html