Don't build tests with -Werror
-Werror should never be enabled unconditionally since warnings are specific to the toolchain used
Newer or different toolchain may introduce not-yet-seen warnings, breaking the build for people who just want to build wayland-rotocols
See #241 (closed)
Signed-off-by: Nicolas Fella nicolas.fella@kde.org