code checker
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
widelands |
Fix Released
|
Medium
|
SirVer |
Bug Description
Code checker doesn't seem to be aware of #define macro's
see the following code from warehouse.cc (around line 288)
#define SET_WORKER_
for \
(
i( \ <- this line gives an error about trailing whitespaces
); \
i; \
++i) \
*i.current = value; \
which codechecker? there are two of them