This is the file I use in Arduino\hardware\cores\ixm\config in order to avoid the errors for things like unused variables. I basically just take out the –werror and –wall stuff on the C and C++ compilation lines.
-Matt
I'm not sure how much property
reorganization that would require..
- Dave
Matt wrote:
> This is the file I use in Arduino\hardware\cores\ixm\config in order to
> avoid the errors for things like unused variables. I basically just take out
> the -werror and -wall stuff on the C and C++ compilation lines.
>
>
>
> -Matt
>
>
>