<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">Minor change. I should not bail out early when types of implicit cast and its sub expression are identical as<div class="">implicit cast may be for lvalue to rvalue conversion. This showed up for this test case (with old patch warning is not being issued).</div><div class=""><br class=""></div><div class=""><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">__attribute__((__nonnull__))</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">void test1(void *nonnull) {</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">   if (nonnull) {}</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class="">}</div><div style="margin: 0px; font-size: 11px; font-family: Menlo;" class=""></div></div></body></html>