From a763c5e9da74a10eb73183099be619ceb558a895 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 27 Mar 2017 21:21:38 -0700 Subject: nonclangable: Add libdc1394 Uses VLAs Signed-off-by: Khem Raj --- conf/nonclangable.conf | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/nonclangable.conf b/conf/nonclangable.conf index 1d42ae7..05c186e 100644 --- a/conf/nonclangable.conf +++ b/conf/nonclangable.conf @@ -29,6 +29,12 @@ TOOLCHAIN_pn-grub = "gcc" TOOLCHAIN_pn-grub-efi = "gcc" TOOLCHAIN_pn-gummiboot = "gcc" TOOLCHAIN_pn-ldconfig-native = "gcc" +# VLAs +#| control.c:286:19: error: fields must have a constant size: 'variable length array in structure' extension will never be supported +#| __u32 buffer[cam->max_response_quads]; +#| ^ +#| 1 error generated. +TOOLCHAIN_pn-libdc1394 = "gcc" TOOLCHAIN_pn-libgcc = "gcc" TOOLCHAIN_pn-libgcc-initial = "gcc" TOOLCHAIN_pn-libgfortran = "gcc" -- cgit v1.2.3-54-g00ecf