[Github-comments] [geany/geany-plugins] New plugin 'workbench': initial commit. (Follow-up/clean PR) (#601)

Matthew Brush notifications at xxxxx
Thu Sep 21 23:35:59 UTC 2017


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20170921/75b54ac7/attachment.html>


More information about the Github-comments mailing list