raspell
raspell copied to clipboard
Fix compilation errors on debian wheezy/sid.
Debian starting from wheezy compiles all packages with -Werror=format-security which propagates to all gems with native extensions via mkmf.
Patch fixes errors like: raspell.c: In function ‘aspell_check’: raspell.c:483:9: error: format not a string literal and no format arguments [-Werror=format-security]
Thanx @gregoryp! I've included this commit also in my pull request #13