Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 21 Feb 2020 21:54:03 +0000 (UTC)
From:      Dimitry Andric <dim@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-12@freebsd.org
Subject:   svn commit: r358229 - in stable: 11/sys/powerpc/conf/dpaa 12/sys/powerpc/conf/dpaa
Message-ID:  <202002212154.01LLs3Qf003167@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dim
Date: Fri Feb 21 21:54:03 2020
New Revision: 358229
URL: https://svnweb.freebsd.org/changeset/base/358229

Log:
  MFC r358045:
  
  Merge r358034 from the clang1000-import branch:
  
  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:
  stable/12/sys/powerpc/conf/dpaa/files.dpaa
Directory Properties:
  stable/12/   (props changed)

Changes in other areas also in this revision:
Modified:
  stable/11/sys/powerpc/conf/dpaa/files.dpaa
Directory Properties:
  stable/11/   (props changed)

Modified: stable/12/sys/powerpc/conf/dpaa/files.dpaa
==============================================================================
--- stable/12/sys/powerpc/conf/dpaa/files.dpaa	Fri Feb 21 20:57:32 2020	(r358228)
+++ stable/12/sys/powerpc/conf/dpaa/files.dpaa	Fri Feb 21 21:54:03 2020	(r358229)
@@ -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	\



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202002212154.01LLs3Qf003167>