From 031c7fc749e6174cd863d360eca55f5a343418ea Mon Sep 17 00:00:00 2001 From: hsc Date: Tue, 12 Jun 2012 15:13:02 +0000 Subject: [PATCH] not all feature dependencies are mandatory git-svn-id: https://www4.informatik.uni-erlangen.de/i4svn/danceos/trunk/devel/fail@1327 8c4709b5-6ec9-48aa-a5cd-a96041d1645a --- src/plugins/tracing/TracingPlugin.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/tracing/TracingPlugin.hpp b/src/plugins/tracing/TracingPlugin.hpp index 64efe4db..a13eb430 100644 --- a/src/plugins/tracing/TracingPlugin.hpp +++ b/src/plugins/tracing/TracingPlugin.hpp @@ -12,7 +12,7 @@ // Check if configuration dependencies are satisfied: #if !defined(CONFIG_EVENT_BREAKPOINTS) || !defined(CONFIG_EVENT_MEMREAD) || !defined(CONFIG_EVENT_MEMWRITE) - #error This experiment needs: breakpoints & read/write memory access. Enable these in the cmake-configuration tool. + #warning The tracing plugin may (depending on its use) need breakpoints and/or read/write memory access events. Enable these in the cmake configuration tool. #endif /**