1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-09 14:21:03 +03:00

Fix further warnings/compilation errors in test code. (CVS 5558)

FossilOrigin-Name: 42247b917ae5a5c0d81b934200810755d0040282
This commit is contained in:
danielk1977
2008-08-12 15:04:58 +00:00
parent 7b37c5d818
commit 44a376f6b4
6 changed files with 42 additions and 36 deletions

View File

@@ -12,7 +12,7 @@
** This file contains routines used to translate between UTF-8,
** UTF-16, UTF-16BE, and UTF-16LE.
**
** $Id: utf.c,v 1.64 2008/08/12 14:48:41 danielk1977 Exp $
** $Id: utf.c,v 1.65 2008/08/12 15:04:59 danielk1977 Exp $
**
** Notes on UTF-8:
**
@@ -481,7 +481,7 @@ int sqlite3Utf16ByteLen(const void *zIn, int nChar){
** It checks that the primitives for serializing and deserializing
** characters in each encoding are inverses of each other.
*/
void sqlite3UtfSelfTest(){
void sqlite3UtfSelfTest(void){
unsigned int i, t;
unsigned char zBuf[20];
unsigned char *z;