raspell icon indicating copy to clipboard operation
raspell copied to clipboard

Fix compilation errors on debian wheezy/sid.

Open gregoryp opened this issue 13 years ago • 1 comments

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]

gregoryp avatar Jul 02 '12 11:07 gregoryp

Thanx @gregoryp! I've included this commit also in my pull request #13

huerlisi avatar Jan 17 '14 13:01 huerlisi