Skip to content
Snippets Groups Projects
Commit 542fa4c5 authored by Christos Anastopoulos's avatar Christos Anastopoulos Committed by Frank Winklmeier
Browse files

Avoid odr warnings in lto builds

Avoid  odr warnings in lto builds
parent d66bfada
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,6 @@
* @brief Tests for TRTOverlay.
*/
#undef NDEBUG
// Otherwise we get warnings about mutable members in gmock.
#include "CxxUtils/checker_macros.h"
......@@ -46,6 +45,8 @@ ATLAS_NO_CHECK_FILE_THREAD_SAFETY;
#include "GaudiKernel/SystemOfUnits.h"
#include "GaudiKernel/PhysicalConstants.h"
//undefine NDEBUG after EDM
#undef NDEBUG
// Google Test
#include "gtest/gtest.h"
// Google Mock
......
......@@ -15,7 +15,7 @@
#include <type_traits>
#undef NDEBUG
//#undef NDEBUG
namespace Ringer {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment