configure.in: disable -Wwrite-strings for now
commitcfd56ebb81fee0d310b2bc673625fca53536a4e0
authorH. Peter Anvin <hpa@zytor.com>
Mon, 7 Mar 2016 05:44:14 +0000 (6 21:44 -0800)
committerH. Peter Anvin <hpa@zytor.com>
Mon, 7 Mar 2016 05:44:14 +0000 (6 21:44 -0800)
treea286ae05dfb6dcf8cb8a385693aeb76b523f937a
parent83df633f07575e47755eb823265e83216856489e
configure.in: disable -Wwrite-strings for now

At the moment, NASM is not clean with -Wwrite-strings due to passing
string constants to functions that under some conditions modify their
arguments.  This is problematic if nothing else for guaranteeing
correctness, but will take some work to remedy.  In the meantime,
disable -Wwrite-strings.

Signed-off-by: H. Peter Anvin <hpa@zytor.com>
configure.in