<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to SyntaxCheckCompilerFlag</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxCheckCompilerFlag/</link><description>Recent changes to SyntaxCheckCompilerFlag</description><atom:link href="https://sourceforge.net/p/mkconf/wiki/SyntaxCheckCompilerFlag/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 13 Jul 2026 19:31:08 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mkconf/wiki/SyntaxCheckCompilerFlag/feed" rel="self" type="application/rss+xml"/><item><title>SyntaxCheckCompilerFlag modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxCheckCompilerFlag/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v14
+++ v15
@@ -9,7 +9,7 @@
     check_compile_flag '-Wmissing-prototypes';
     check_compile_flag '-Wno-missing-prototypes' { negate; }

-Because _gcc_ will not create a warning or error when a compiler flag is prefixed with '-Wno-', it is necessary to check the compiler flag without the '-Wno-' prefix.  To do this, append a statement block to the check, and add the __negate__ attribute.
+Because _gcc_ will not create a warning or error when a compiler flag is prefixed with '-Wno-', it is necessary to check the compiler flag without the '-Wno-' prefix.  To do this, append a statement block to the [check](SyntaxCheck), and add the __negate__ attribute.

 But be aware that some warning flags such as '-Wno-poison-system-directories' for MacOS/clang do not have an opposite and cannot be tested with the __negate__ attribute.

@@ -19,7 +19,7 @@

     add-compile-flag '-DNO_DEPRECATED';

-Adds a compiler flag without any check for validity.
+Adds a compiler flag without any validation.

 ##### Examples

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Mon, 13 Jul 2026 19:31:08 -0000</pubDate><guid>https://sourceforge.net080767e7267c28174adaa67d13027dea37526997</guid></item><item><title>SyntaxCheckCompilerFlag modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxCheckCompilerFlag/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v13
+++ v14
@@ -2,7 +2,7 @@

 [TOC]

-### check_compile_flag
+### check\_compile\_flag

 Checks to see if a compiler flag is valid, and if so, adds it to CFLAGS for the current profile.

@@ -31,7 +31,7 @@

 * [header](SyntaxAttrHeader)
 * [name](SyntaxAttrName)
 * negate
-* [compiler_flags](SyntaxAttrCompileFlag)
+* [compiler\_flags](SyntaxAttrCompileFlag)

 [Wiki Home](Home) &lt;br/&gt;[Syntax](Syntax) &lt;br/&gt;[Checks](SyntaxCheck)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Sat, 11 Jul 2026 13:06:32 -0000</pubDate><guid>https://sourceforge.netde3c1f0704284e2a2f83b455db72684537cf6734</guid></item><item><title>SyntaxCheckCompilerFlag modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxCheckCompilerFlag/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v12
+++ v13
@@ -2,7 +2,7 @@

 [TOC]

-### Check Compile Flag
+### check_compile_flag

 Checks to see if a compiler flag is valid, and if so, adds it to CFLAGS for the current profile.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Thu, 09 Jul 2026 20:47:27 -0000</pubDate><guid>https://sourceforge.neteec2135209c8b4d4c2837587b8eef45fcaaa5a15</guid></item><item><title>SyntaxCheckCompilerFlag modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxCheckCompilerFlag/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v11
+++ v12
@@ -28,10 +28,10 @@

 ##### Attributes

-* [header](SyntaxHeader)
-* [name](SyntaxName)
+* [header](SyntaxAttrHeader)
+* [name](SyntaxAttrName)

 * negate
-* [compiler_flags](SyntaxCompileFlag)
+* [compiler_flags](SyntaxAttrCompileFlag)

 [Wiki Home](Home) &lt;br/&gt;[Syntax](Syntax) &lt;br/&gt;[Checks](SyntaxCheck)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Sat, 04 Jul 2026 13:44:40 -0000</pubDate><guid>https://sourceforge.netf7423c5adf05be7955f5391c99cb8fa5d284b6b7</guid></item><item><title>SyntaxCheckCompilerFlag modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxCheckCompilerFlag/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Fri, 03 Jul 2026 14:08:48 -0000</pubDate><guid>https://sourceforge.net04b307fd20878581cea527a5fbbc66691b58131e</guid></item><item><title>SyntaxCheckCompilerFlag modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxCheckCompilerFlag/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Sun, 28 Jun 2026 15:21:40 -0000</pubDate><guid>https://sourceforge.neta47f0e42bf590aab4ee94468ede9e1c4ba14a53c</guid></item><item><title>SyntaxCheckCompilerFlag modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxCheckCompilerFlag/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -4,10 +4,10 @@

 ### Check Compile Flag

+Checks to see if a compiler flag is valid, and if so, adds it to CFLAGS for the current profile.
+
     check_compile_flag '-Wmissing-prototypes';
     check_compile_flag '-Wno-missing-prototypes' { negate; }
-
-Checks to see if a compiler flag is valid, and if so, adds it to CFLAGS for the current profile.

 Because _gcc_ will not create a warning or error when a compiler flag is prefixed with '-Wno-', it is necessary to check the compiler flag without the '-Wno-' prefix.  To do this, append a statement block to the check, and add the __negate__ attribute.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Sun, 28 Jun 2026 15:16:57 -0000</pubDate><guid>https://sourceforge.net4dbcc39abe93ebba0154df71572893d7b70275b2</guid></item><item><title>SyntaxCheckCompilerFlag modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxCheckCompilerFlag/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -21,6 +21,11 @@

 Adds a compiler flag without any check for validity.

+##### Examples
+

+    check_compile_flag '-Wall';
+    check_compile_flag '-Wformat';
+
 ##### Attributes


 * [header](SyntaxHeader)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Wed, 24 Jun 2026 13:32:00 -0000</pubDate><guid>https://sourceforge.nete5bccc8763c08bedadf9a92c0b8c7a2bb3bde288</guid></item><item><title>SyntaxCheckCompilerFlag modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxCheckCompilerFlag/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -9,9 +9,9 @@

 Checks to see if a compiler flag is valid, and if so, adds it to CFLAGS for the current profile.

-Because _gcc_ will not create a warning or error when a compiler flag is prefixed with '-Wno-', it is necessary to check the compiler flag without the '-Wno-' prefix.  To do this, append a statement block to the check, and add the _negate;_ statement.
+Because _gcc_ will not create a warning or error when a compiler flag is prefixed with '-Wno-', it is necessary to check the compiler flag without the '-Wno-' prefix.  To do this, append a statement block to the check, and add the __negate__ attribute.

-But be aware that some warning flags such as '-Wno-poison-system-directories' for MacOS/clang do not have an opposite and cannot be tested with the negate attribute.
+But be aware that some warning flags such as '-Wno-poison-system-directories' for MacOS/clang do not have an opposite and cannot be tested with the __negate__ attribute.

 Generated Name: Prefix: __cf\___ &lt;br/&gt;The leading '-' or '-W' is removed from the name. &lt;br/&gt;Example: cf\_missing\_prototypes

@@ -19,7 +19,14 @@

     add-compile-flag '-DNO_DEPRECATED';

-Adds a compiler flag without any check.
+Adds a compiler flag without any check for validity.
+
+##### Attributes
+
+* [header](SyntaxHeader)
+* [name](SyntaxName)
+* negate
+* [compiler_flags](SyntaxCompileFlag)

 [Wiki Home](Home) &lt;br/&gt;[Syntax](Syntax) &lt;br/&gt;[Checks](SyntaxCheck)

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Wed, 24 Jun 2026 13:04:08 -0000</pubDate><guid>https://sourceforge.net91614d825e027a3bb2ea01ff08f80bcec92c0e1f</guid></item><item><title>SyntaxCheckCompilerFlag modified by Brad Lanam</title><link>https://sourceforge.net/p/mkconf/wiki/SyntaxCheckCompilerFlag/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -4,8 +4,8 @@

 ### Check Compile Flag


-    check-compile-flag '-Wmissing-prototypes';
-    check-compile-flag '-Wno-missing-prototypes' { negate; }
+    check_compile_flag '-Wmissing-prototypes';
+    check_compile_flag '-Wno-missing-prototypes' { negate; }

 Checks to see if a compiler flag is valid, and if so, adds it to CFLAGS for the current profile.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brad Lanam</dc:creator><pubDate>Mon, 15 Jun 2026 03:36:41 -0000</pubDate><guid>https://sourceforge.nete3b300f92de824600efb38218c01ffc5fca70f34</guid></item></channel></rss>