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
Following the link below we can see that this is a bug in llvm
config, not our fault. So I'm adding the -Wno-unknown-option to Makefile
Link atesting the bug: https://bugs.llvm.org/show_bug.cgi?id=24979
Signed-off-by: Rafael Campos Nunes <rafaelnunes@engineer.com>
Check and fix:
warning: unknown warning option '-Wno-maybe-uninitialized'; did you mean '-Wno-uninitialized'? [-Wunknown-warning-option]
The text was updated successfully, but these errors were encountered: