clang 10 complains and refuses to compile tools/libxl/libxlu_disk_l.c: libxlu_disk_l.c:1256:13: error: misleading indentation; statement is not part of the previous 'if' [-Werror,-Wmisleading-indentation] if ( ! yyg->yy_state_buf ) ^ libxlu_disk_l.c:1254:9: note: previous statement is here if ( ! yyg->yy_state_buf ) ^ 1 error generated. The attached patch fixes the indentation and clang 10 is happy again.
Created attachment 213453 [details] Patch for tools/libxl/libxlu_disk_l.c
I don't want to maintain style patches I am testing on a different solution.
A commit references this bug: Author: dinoex Date: Tue Apr 21 17:52:37 UTC 2020 New revision: 532288 URL: https://svnweb.freebsd.org/changeset/ports/532288 Log: - fix build for CURRENT - speedup build PR: 245658 Changes: head/sysutils/xen-guest-tools/Makefile head/sysutils/xen-guest-tools/files/patch-tools-Makefile