Unit test where not compiling with same options. In this case warnings are different producing different results.
Signed-off-by: Frediano Ziglio <[email protected]> --- src/unittests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/unittests/Makefile.am b/src/unittests/Makefile.am index 0fc6d50..9047b80 100644 --- a/src/unittests/Makefile.am +++ b/src/unittests/Makefile.am @@ -13,6 +13,10 @@ AM_CFLAGS = \ $(WARN_CFLAGS) \ $(NULL) +AM_CXXFLAGS = \ + $(WARN_CXXFLAGS) \ + $(NULL) + check_PROGRAMS = \ hexdump \ test-mjpeg-fallback \ -- 2.14.3 _______________________________________________ Spice-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/spice-devel
