From: Timo Heister Date: Wed, 20 Aug 2014 19:02:09 +0000 (-0400) Subject: Merge pull request #100 from bangerth/silence-warning-2 X-Git-Tag: v8.2.0-rc1~193 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3a04565417c188607ebb180027aa47d10ec2714e;p=dealii.git Merge pull request #100 from bangerth/silence-warning-2 Silence a warning from gcc 4.9.1. The warning pertained to the fact that we define a function in an anonymous namespace that is only called from a function inside an #ifdef ... #endif block. The solution is to move the function into #ifdef ... #endif as well. This addresses this test result: http://cdash.kyomu.43-1.org/viewBuildError.php?type=1&buildid=11683 --- 3a04565417c188607ebb180027aa47d10ec2714e