error : storage class specified for parameter

Chances are you've forgotten a semicolon in a header file someplace. Make sure each line ends in ;


i had the same experience. The problem was at the function prototype declaration in the header file where a semi colon was missing at the end of function declaration.

The function was indicated in the compilation logs as "In function ... " just before the error snippet

Hope this helps!!