From 5f731683af82a0cd20a68da2925c157c7032fc13 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Tue, 3 Sep 2013 09:03:44 -0700 Subject: [PATCH] Mention warning-free feature. --- README.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 36a3bd00..f537fd91 100644 --- a/README.rst +++ b/README.rst @@ -32,6 +32,7 @@ Features permissive BSD `license`_. * `Portability`_ with consistent output across platforms and support for older compilers. +* Clean warning-free codebase even on high warning levels (``-Wall -Wextra -pedantic``). See the `documentation `__ for more details. @@ -287,7 +288,7 @@ The format library has been tested on the following systems and compilers: * 64-bit (amd64) GNU/Linux with GCC 4.6.3 and 4.7.2 * 32-bit (i386) GNU/Linux with GCC 4.6.3 -* Mac OS X with GCC 4.2.1 +* Mac OS X with GCC 4.2.1 and Clang * 64-bit Windows with Visual C++ 2010 * 32-bit Windows with Visual C++ 2010