From 95e63379669d1ebd7974d36d83cf5ea9b3cf4d92 Mon Sep 17 00:00:00 2001
From: Timo Koch <timo.koch@iws.uni-stuttgart.de>
Date: Sun, 18 Nov 2018 21:11:55 +0100
Subject: [PATCH] [properties] Remove warning about macros

---
 dumux/common/properties/propertysystemmacros.hh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/dumux/common/properties/propertysystemmacros.hh b/dumux/common/properties/propertysystemmacros.hh
index 2cde0ca868..9360b2123f 100644
--- a/dumux/common/properties/propertysystemmacros.hh
+++ b/dumux/common/properties/propertysystemmacros.hh
@@ -39,7 +39,6 @@
 #ifndef DUMUX_PROPERTY_SYSTEM_MACROS_HH
 #define DUMUX_PROPERTY_SYSTEM_MACROS_HH
 
-#warning "The property system macros are deprecated -- use the property system without the macros."
 #include <dumux/common/properties/propertysystem.hh>
 
 namespace Dumux {
-- 
GitLab