svn commit: r358034 - projects/clang1000-import/sys/powerpc/conf/dpaa
Dimitry Andric
dim at FreeBSD.org
Mon Feb 17 19:20:48 UTC 2020
Author: dim
Date: Mon Feb 17 19:20:47 2020
New Revision: 358034
URL: https://svnweb.freebsd.org/changeset/base/358034
Log:
Disable new clang 10.0.0 warnings about misleading indentation in
sys/contrib/ncsw/Peripherals/FM/fman_ncsw.c.
This is horribly formatted contributed code, and fixing it is not worth
the effort.
Modified:
projects/clang1000-import/sys/powerpc/conf/dpaa/files.dpaa
Modified: projects/clang1000-import/sys/powerpc/conf/dpaa/files.dpaa
==============================================================================
--- projects/clang1000-import/sys/powerpc/conf/dpaa/files.dpaa Mon Feb 17 18:51:52 2020 (r358033)
+++ projects/clang1000-import/sys/powerpc/conf/dpaa/files.dpaa Mon Feb 17 19:20:47 2020 (r358034)
@@ -74,7 +74,7 @@ contrib/ncsw/Peripherals/FM/fm_muram.c optional dpaa
contrib/ncsw/Peripherals/FM/fm_ncsw.c optional dpaa \
no-depend compile-with "${DPAA_COMPILE_CMD}"
contrib/ncsw/Peripherals/FM/fman_ncsw.c optional dpaa \
- no-depend compile-with "${DPAA_COMPILE_CMD}"
+ no-depend compile-with "${DPAA_COMPILE_CMD} ${NO_WMISLEADING_INDENTATION}"
contrib/ncsw/Peripherals/QM/qm.c optional dpaa \
no-depend compile-with "${DPAA_COMPILE_CMD}"
contrib/ncsw/Peripherals/QM/qm_portal_fqr.c optional dpaa \
More information about the svn-src-projects
mailing list