]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Raise the frame limit for tests
authorJán Tomko <jtomko@redhat.com>
Thu, 18 Jan 2018 09:14:41 +0000 (10:14 +0100)
committerJán Tomko <jtomko@redhat.com>
Thu, 18 Jan 2018 09:16:41 +0000 (10:16 +0100)
After the latest CPU additions, the build fails with clang:
cputest.c:905:1: error: stack frame size of 26136 bytes
  in function 'mymain' [-Werror,-Wframe-larger-than=]

Raise the relaxed limit which is used for tests.

m4/virt-compile-warnings.m4

index f18a08a8fe77e4074ce7685326c309a83257f1bb..b9c9748420dc1b468749789cebc89e8d23636f28 100644 (file)
@@ -200,7 +200,7 @@ AC_DEFUN([LIBVIRT_COMPILE_WARNINGS],[
     # but using 1024 bytes sized buffers (mostly for virStrerror)
     # stops us from going down further
     gl_WARN_ADD([-Wframe-larger-than=4096], [STRICT_FRAME_LIMIT_CFLAGS])
-    gl_WARN_ADD([-Wframe-larger-than=25600], [RELAXED_FRAME_LIMIT_CFLAGS])
+    gl_WARN_ADD([-Wframe-larger-than=32768], [RELAXED_FRAME_LIMIT_CFLAGS])
 
     # Extra special flags
     dnl -fstack-protector stuff passes gl_WARN_ADD with gcc