From: Wolfgang Bangerth Date: Sun, 21 Aug 2011 04:15:42 +0000 (+0000) Subject: Add docuentation. X-Git-Tag: v8.0.0~3612 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b89c5dcf854aeb724e561b4d135e2c4731693158;p=dealii.git Add docuentation. git-svn-id: https://svn.dealii.org/trunk@24156 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/aclocal.m4 b/deal.II/aclocal.m4 index 83423fbb88..b9855f0fe2 100644 --- a/deal.II/aclocal.m4 +++ b/deal.II/aclocal.m4 @@ -634,7 +634,11 @@ AC_DEFUN(DEAL_II_SET_CXX_FLAGS, dnl clang*) dnl Like many other compilers, clang produces warnings for array dnl accesses out of bounds, even if they are in code that's dead - dnl for this dimension. suppress this + dnl for this dimension. Suppress this. + dnl + dnl There are a number of other warnings we get that can't easily + dnl be worked around and that are definitely not useful. Suppress + dnl those too. CXXFLAGSG="$CXXFLAGS -DDEBUG -g -Wall -Wno-array-bounds -Wno-parentheses -Wno-delete-non-virtual-dtor -Wno-unneeded-internal-declaration -Wno-unused-function -Wno-unused-variable" CXXFLAGSO="$CXXFLAGS -O2" CXXFLAGSPIC="-fPIC"