[Github-comments] [geany/geany] tagmanager: Fix UB around sequencing of side effects (#1074)

elextr notifications at xxxxx
Thu Jun 16 11:36:58 UTC 2016


At least up to C11 the comma is a sequence point, so all side effects should complete successfully on the LHS.  But some recent compilers do emit spurious warnings about this and other expression sequences IIUC, and the change definitely adds to maintainability, so LGBI.

---
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/pull/1074#issuecomment-226460652
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160616/a4eeab83/attachment.html>


More information about the Github-comments mailing list