summaryrefslogtreecommitdiffstats
path: root/.clang.lnt.in
diff options
context:
space:
mode:
authorEvan Lojewski <github@meklort.com>2020-11-08 12:44:06 -0700
committerGitHub <noreply@github.com>2020-11-08 12:44:06 -0700
commitdcf18c68966a622cac8bdfd3cdb4cb4675847433 (patch)
tree3f890c9a5f9d413b745ec5c0018f7362617e3733 /.clang.lnt.in
parent9e45d2fe541e46576585cae950dc1e3ef62fef4e (diff)
downloadbcm5719-ortega-dcf18c68966a622cac8bdfd3cdb4cb4675847433.tar.gz
bcm5719-ortega-dcf18c68966a622cac8bdfd3cdb4cb4675847433.zip
stage1: Cleanup trivial linting warnings. (#166)
Diffstat (limited to '.clang.lnt.in')
-rw-r--r--.clang.lnt.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/.clang.lnt.in b/.clang.lnt.in
index 4d24612..27ac4a4 100644
--- a/.clang.lnt.in
+++ b/.clang.lnt.in
@@ -120,8 +120,6 @@
// statement. For example:
-d"__asm__(p...)=/*lint -e{19}*/ __asm__(p)"
- -d"_Static_assert(p...)=/*lint -e{19}*/"
-
// ...causes Lint to be quiet about the semicolon that follows an
// __asm__() declaration. Note, the -e{N} form of suppression takes
// effect only for the forward-declaration, definition or
@@ -136,6 +134,8 @@
//
-esym(123,__asm__)
+++d"_Static_assert(...)=/*lint -e{19}*/"
+
-rw_asgn(__alignof__,__alignof)
// "__extension__" is GCC's way of allowing the use of non-standard
OpenPOWER on IntegriCloud