From 17b188343e7208b875af7af30d94f0bf948f6b93 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Remko=20Tron=C3=A7on?= <git@el-tramo.be>
Date: Sat, 11 May 2013 09:56:20 +0200
Subject: Silence new CLang warning.

Change-Id: Ic3889daf4e08fde38b0e615661696c6b8cb337fb

diff --git a/BuildTools/SCons/SConscript.boot b/BuildTools/SCons/SConscript.boot
index 89b8166..7cd0d1a 100644
--- a/BuildTools/SCons/SConscript.boot
+++ b/BuildTools/SCons/SConscript.boot
@@ -242,6 +242,7 @@ else :
 			"-Wno-unknown-warning-option", # To stay compatible between CLang versions
 			"-Wno-weak-vtables", # Virtually none of our elements have outlined methods. This also seems to affect classes in .cpp files, which in turn affects all our tests, which may need fixing in CLang
 			"-Wno-shadow", # Also warns for shadowing on constructor arguments, which we do a lot
+			"-Wno-documentation", # We don't care about documentation warnings
 			"-Wno-exit-time-destructors", # Used a lot in e.g. CPPUnit
 			"-Wno-c++98-compat-pedantic", # We do different things that violate this, but they could be fixed
 			"-Wno-global-constructors", # We depend on this for e.g. string constants
-- 
cgit v0.10.2-6-g49f6