@b4n, sorry to confuse I was just using "with gcc 8" as a way of identifying which nightlys failed, not that gcc failed.
I didn't try to debug the failure, just identified the line, and noted the missing () on `sizeof`. Sure `sizeof` doesn't need parens, its not a function, but for both human and software consumption its better to have them so the intention is clear and nobody has to remember the operator priority of anything more than +-*/ :) -- 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/issues/794#issuecomment-442738247
