You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On GCC14, incompatible-pointer-types has been upgraded from warning to
an error, which causes build failures, particularly in the tests. Add a
command line argument to the compiler to revert back to the GCC13
behaviour and treat it as a warning instead.
Note that imcompatible-pointer-types is a warning that should definitely
be fixed as can lead to unexpected behaviour, but for now this at least
lets us build with GCC14.
Change-Id: I8c985121a9cba094eb923ca043066b64ee3bc35a
Signed-off-by: Jackson Cooper-Driver <[email protected]>
0 commit comments