You could probably add suppressions to `AM_CPPCHECKFLAGS`, initialize those 
variables to `NULL`, or just use a proper `for` loop like:

```c
for (GSList *elem = prj->directories; elem; elem = elem->next)
```

Which is only 11 extra characters, is much more readable/less magic, and won't 
need to be changed if those weird `foreach` macros are ever deprecated.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany-plugins/pull/601#issuecomment-331310163

Reply via email to