[Github-comments] [geany/geany] Don't use volatile (#2907)

Avinash Sonawane notifications at xxxxx
Mon Sep 27 07:14:08 UTC 2021


Ah, as I said - on latest main branch [g_once_init_enter](https://gitlab.gnome.org/GNOME/glib/-/blob/main/glib/gthread.c#L699) still has arg qualified by `volatile` qualifier right after asking not to use `volatile`.

The `volatile` qualifier has been there on the function prototype since the very beginning of `g_once_init_enter` (as per git blame 2007) and has never been removed.

And I don't see a warning on this PR with clang version 12.0.0-3ubuntu1~21.04.2.

-- 
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/2907#issuecomment-927596180
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20210927/43c65767/attachment.htm>


More information about the Github-comments mailing list