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 { ...@@ -9,7 +9,7 @@ class LawsDispatcher : public Dispatcher {
private: private:
LawsStrategy& lawsStrategy LawsStrategy& lawsStrategy
#ifndef EMPER_SLEEP #ifndef EMPER_STATS
ATTR_UNUSED ATTR_UNUSED
#endif #endif
; ;
......
...@@ -41,7 +41,7 @@ private: ...@@ -41,7 +41,7 @@ private:
WsQueue<QUEUE_SIZE>* mainThreadQueue; WsQueue<QUEUE_SIZE>* mainThreadQueue;
LawsStrategy& lawsStrategy LawsStrategy& lawsStrategy
#ifndef EMPER_SLEEP #ifndef EMPER_STATS
ATTR_UNUSED ATTR_UNUSED
#endif #endif
; ;
......
...@@ -25,7 +25,7 @@ private: ...@@ -25,7 +25,7 @@ private:
WsQueue<QUEUE_SIZE>* mainThreadQueue; WsQueue<QUEUE_SIZE>* mainThreadQueue;
WsStrategy& wsStrategy WsStrategy& wsStrategy
#ifndef EMPER_SLEEP #ifndef EMPER_STATS
ATTR_UNUSED ATTR_UNUSED
#endif #endif
; ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment