mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-08 14:02:16 +03:00
Fix a compiler warning in date.c. Update makefiles to include all necessary
dependencies for building shell.c. FossilOrigin-Name: 178b7d46f9c8e1694ed6f506d2785a9f5c49e2b428e04c8096d557cc1b5c9680
This commit is contained in:
@@ -356,7 +356,7 @@ static int parseYyyyMmDd(const char *zDate, DateTime *p){
|
||||
computeJD(p);
|
||||
}
|
||||
return 0;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
static void clearYMD_HMS_TZ(DateTime *p); /* Forward declaration */
|
||||
|
Reference in New Issue
Block a user