From c418910f63a882d53d76f0711fa79eff7387d9e0 Mon Sep 17 00:00:00 2001 From: Mark Wooding Date: Sat, 26 May 2018 16:16:49 +0100 Subject: [PATCH] utils/macros.3: Document `CLANG_WARNING'. Added back in ff3d3f01025b881c7cadf093b0f65309c35f2c53. --- utils/macros.3 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/utils/macros.3 b/utils/macros.3 index bd4145a..bd8cbb6 100644 --- a/utils/macros.3 +++ b/utils/macros.3 @@ -42,6 +42,7 @@ macros \- useful macros .BI "int GCC_VERSION_P(" maj ", " min ");" .BI "GCC_WARNING(" option ")" +.BI "CLANG_WARNING(" option ")" .fi .SH DESCRIPTION .SS Utilities @@ -163,6 +164,10 @@ lists (see above). It takes a string-literal argument .I option naming a GCC warning option, e.g., .BR """\-Wdiv-by-zero""" . +.PP +The +.B CLANG_WARNING +is similar, except that it works with the Clang compiler. .SH "SEE ALSO" .BR mLib (3). .SH "AUTHOR" -- 2.11.0