X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=extras%2Fvolume_id%2FMakefile;h=c419e8860fc7dd97722f18594ffcc23ef4a48878;hp=d0c6e40fa3ecaf19ea65deda533cddf673507a4e;hb=ff694eca172deb298e806246f6e88bc66235534a;hpb=3b2382de5192057d4c3ac25ddce9c70348d756f9 diff --git a/extras/volume_id/Makefile b/extras/volume_id/Makefile index d0c6e40fa..c419e8860 100644 --- a/extras/volume_id/Makefile +++ b/extras/volume_id/Makefile @@ -28,9 +28,8 @@ INSTALL_PROGRAM = ${INSTALL} INSTALL_DATA = ${INSTALL} -m 644 INSTALL_SCRIPT = ${INSTALL_PROGRAM} -override CFLAGS+=-Wall -fno-builtin -Wchar-subscripts -Wmissing-declarations \ - -Wnested-externs -Wpointer-arith -Wcast-align \ - -Wsign-compare +override CFLAGS+=-Wall -fno-builtin -Wchar-subscripts \ + -Wpointer-arith -Wcast-align -Wsign-compare override CFLAGS+=-D_FILE_OFFSET_BITS=64