commit | eac5bd78704006937a9bb5bee2dd724c7682b5e9 | [log] [tgz] |
---|---|---|
author | drh <drh@noemail.net> | Fri Jul 25 21:35:39 2014 +0000 |
committer | drh <drh@noemail.net> | Fri Jul 25 21:35:39 2014 +0000 |
tree | b00b1ff0ae01b093fd23273edcb7bb9aa6787c2b | |
parent | 5dad9a3497f47f9277c8d1562b814e9292371d0c [diff] [blame] |
Try to fix harmless compiler warnings reported by Fortify. FossilOrigin-Name: e0fa6fdc14ac5458f9200cbae124f8025ea534ea
diff --git a/src/sqliteInt.h b/src/sqliteInt.h index 7a5d225..5d72295 100644 --- a/src/sqliteInt.h +++ b/src/sqliteInt.h
@@ -3364,7 +3364,7 @@ #else # define sqlite3FileSuffix3(X,Y) #endif -u8 sqlite3GetBoolean(const char *z,int); +u8 sqlite3GetBoolean(const char *z,u8); const void *sqlite3ValueText(sqlite3_value*, u8); int sqlite3ValueBytes(sqlite3_value*, u8);