Hi,

I'm getting the following two warnings when compiling sqlite3.c with the latest 
clang tools:

> sqlite3.c:116769:39: warning: code will never be executed [-Wunreachable-code]
>     if( pTerm->wtFlags & TERM_VNULL ) continue;
>                                       ^~~~~~~~
> sqlite3.c:116716:39: warning: code will never be executed [-Wunreachable-code]
>     if( pTerm->wtFlags & TERM_VNULL ) continue;
>                                       ^~~~~~~~
> 2 warnings generated.
> 

(This is for SQLite version 3.8.8.2).


From the code, I don't immediately see why the compiler would think this code 
will never be executed, so I thought I'd bring it up with you guys.


Thanks,
-jens



_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to