X-Git-Url: https://git.distorted.org.uk/~mdw/mLib/blobdiff_plain/72126ef0d3cf4027b96b16c02ca60d82dbcd3962..c418910f63a882d53d76f0711fa79eff7387d9e0:/utils/macros.3 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"