Skip to content

gmacros: Fix G_[UN]LIKELY to not mask -Wparentheses

Mohammed Sadiq requested to merge wip/sadiq/likely into master

A double paren forces the compiler to assume that the statement is right. That may not be the case

Merge request reports