Put inline declaration before return type
gcc -Wextra complains that the other way around is obsolescent, and this was the only place where it was written in this order.
Showing
Please register or sign in to comment
gcc -Wextra complains that the other way around is obsolescent, and this was the only place where it was written in this order.