@rootkea If you are using the same options as here, especially -O0 that might explain why the compiler does not notice the protection of the null check. IIUC compilers need something like -O2 to do the data flow analysis that such checks depend on. Maybe you could check if you get the warnings with -O2?


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.
Triage notifications on the go with GitHub Mobile for iOS or Android.