build: Remove -Werror from Meson build
In Meson better to use --werror option instead to manually add to options. Also this prevents build if spice-protocol deprecate some stuff or fails the build if any warning occur. This fixes an issue for spice#44 (closed).
Signed-off-by: Frediano Ziglio freddy77@gmail.com