<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Warning directive</title><link>https://sourceforge.net/p/typp/wiki/Warning%2520directive/</link><description>Recent changes to Warning directive</description><atom:link href="https://sourceforge.net/p/typp/wiki/Warning%20directive/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 07 Jan 2016 13:05:54 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/typp/wiki/Warning%20directive/feed" rel="self" type="application/rss+xml"/><item><title>Warning directive modified by Cyder</title><link>https://sourceforge.net/p/typp/wiki/Warning%2520directive/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -3,6 +3,7 @@
 Config: `TPP_CONFIG_HAVE_WARNING`
 Check: `#if __has_feature(tpp_directive_warning) || __has_extension(tpp_directive_warning)`
 Function: `tpp.c TPPLexer_Next`
+Known supporting compilers: *gcc, clang*

 With a syntax identical to the `#error` directive, this directive will only yield a warning (5), when reached.

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cyder</dc:creator><pubDate>Thu, 07 Jan 2016 13:05:54 -0000</pubDate><guid>https://sourceforge.net4829ddcaa4d3fab575b4469440bcba0d5165dd43</guid></item><item><title>Warning directive modified by Cyder</title><link>https://sourceforge.net/p/typp/wiki/Warning%2520directive/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;&lt;strong&gt;Warning Directive&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Config: &lt;code&gt;TPP_CONFIG_HAVE_WARNING&lt;/code&gt;&lt;br/&gt;
Check: &lt;code&gt;#if __has_feature(tpp_directive_warning) || __has_extension(tpp_directive_warning)&lt;/code&gt;&lt;br/&gt;
Function: &lt;code&gt;tpp.c TPPLexer_Next&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;With a syntax identical to the &lt;code&gt;#error&lt;/code&gt; directive, this directive will only yield a warning (5), when reached.&lt;/p&gt;
&lt;div class="codehilite"&gt;&lt;pre&gt;#if defined(EXPERIMENTAL)
#warning This stuff is experimental, you know...
#endif
&lt;/pre&gt;&lt;/div&gt;

&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Cyder</dc:creator><pubDate>Thu, 07 Jan 2016 12:45:06 -0000</pubDate><guid>https://sourceforge.net97c9ed71921320fd023e57e2895bcb8651fb3ad1</guid></item></channel></rss>