]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - configure
ip: link_vti6.c: add json output support
[mirror_iproute2.git] / configure
index 6c431c31042b4472e554d373e58009ca89133319..88cbdb825689c1e257a656141ff89caf792215df 100755 (executable)
--- a/configure
+++ b/configure
@@ -264,8 +264,8 @@ check_elf()
 #include <gelf.h>
 int main(void)
 {
-       Elf_Scn *scn;
-       GElf_Shdr shdr;
+       Elf_Scn *scn __attribute__((__unused__));
+       GElf_Shdr shdr  __attribute__((__unused__));;
        return elf_version(EV_CURRENT);
 }
 EOF