Skip to content
Snippets Groups Projects
Commit b706541a authored by Florian Schmaus's avatar Florian Schmaus
Browse files

Use correct CPP macro

Fixes gcc non-stats builds.
parent 668c9c85
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ class LawsDispatcher : public Dispatcher {
private:
LawsStrategy& lawsStrategy
#ifndef EMPER_SLEEP
#ifndef EMPER_STATS
ATTR_UNUSED
#endif
;
......
......@@ -41,7 +41,7 @@ private:
WsQueue<QUEUE_SIZE>* mainThreadQueue;
LawsStrategy& lawsStrategy
#ifndef EMPER_SLEEP
#ifndef EMPER_STATS
ATTR_UNUSED
#endif
;
......
......@@ -25,7 +25,7 @@ private:
WsQueue<QUEUE_SIZE>* mainThreadQueue;
WsStrategy& wsStrategy
#ifndef EMPER_SLEEP
#ifndef EMPER_STATS
ATTR_UNUSED
#endif
;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment