|
if gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DPACKAGE=\"mbr\" -DVERSION=\"1.1.11\" -I. -I. -D_FORTIFY_SOURCE=2 -Wall -Wstrict-prototypes -Wmissing-prototypes -Werror -march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong -MT install-mbr.o -MD -MP -MF ".deps/install-mbr.Tpo" -c -o install-mbr.o install-mbr.c; \
then mv -f ".deps/install-mbr.Tpo" ".deps/install-mbr.Po"; else rm -f ".deps/install-mbr.Tpo"; exit 1; fi
install-mbr.c: In function ‘show_params’:
install-mbr.c:641:5: error: this ‘if’ clause does not guard... [-Werror=misleading-indentation]
if(cp->enabled & CPE_A)
^~
install-mbr.c:643:7: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the ‘if’
printf("\n");
^~~~~~
cc1: all warnings being treated as errors
make[1]: *** [Makefile:283: install-mbr.o] Error 1
|