]> git.ipfire.org Git - thirdparty/bind9.git/commit
Fix compilation warnings in dlz_sqlite3_dynamic.c
authorMichal Nowak <mnowak@isc.org>
Mon, 30 May 2022 13:23:45 +0000 (15:23 +0200)
committerMichal Nowak <mnowak@isc.org>
Wed, 23 Nov 2022 16:17:15 +0000 (17:17 +0100)
commit60f68dc0d62a87c44c20afbdb8ccdf93bc0826db
tree9482af61d1c33eb1a7b14188647148be9d032e04
parent587ea10567d05a405c75f2e31b3ef918233d9f8e
Fix compilation warnings in dlz_sqlite3_dynamic.c

    dlz_sqlite3_dynamic.c: In function ‘dlz_sqlite3_fetch_row’:
    dlz_sqlite3_dynamic.c:447:31: warning: comparison of integer expressions of different signedness: ‘int’ and ‘unsigned int’ [-Wsign-compare]
      447 |                 if (rs->pnRow > 0U && rs->curRow < rs->pnRow) {
          |                               ^
    dlz_sqlite3_dynamic.c:447:50: warning: comparison of integer expressions of different signedness: ‘unsigned int’ and ‘int’ [-Wsign-compare]
      447 |                 if (rs->pnRow > 0U && rs->curRow < rs->pnRow) {
          |                                                  ^
contrib/dlz/modules/sqlite3/dlz_sqlite3_dynamic.c