]> wimlib.net Git - wimlib/blobdiff - tools/run-sparse
compiler.h: remove _unused_attribute
[wimlib] / tools / run-sparse
index dafad10ec621772fbfbf9a8c628012b187b002f4..828aebe774661ad1ce7e8617eb9f17e40c747fd8 100755 (executable)
@@ -3,6 +3,5 @@
 for fil in src/*.c programs/imagex.c; do
        sparse $fil -gcc-base-dir `gcc --print-file-name=`              \
                -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -D_GNU_SOURCE    \
-               -I. -Iinclude -I/usr/include/libxml2                    \
-               -Wbitwise -Wpointer-subtraction-blows
+               -I. -Iinclude -Wbitwise -Wpointer-subtraction-blows
 done