summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/sqlite
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-01-29 14:50:03 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-01-30 17:22:58 +0900
commitc919740e87c71232b3d2d1335efb2c4c293ff80c (patch)
treeef2dde71ec12304175bd764dfde17718a9aca675 /src/3rdparty/sqlite
parentb559abe7220b3d86edc427bcbf7db26f9f6f62d6 (diff)
downloadtqt-c919740e87c71232b3d2d1335efb2c4c293ff80c.tar.gz
tqt-c919740e87c71232b3d2d1335efb2c4c293ff80c.zip
Fix FTBFS with gcc 15. This resolves issue #214
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit d517cda6bdb0160be39a96712d4cf6036b920be3)
Diffstat (limited to 'src/3rdparty/sqlite')
-rw-r--r--src/3rdparty/sqlite/shell.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdparty/sqlite/shell.c b/src/3rdparty/sqlite/shell.c
index 93210666e..28635a82a 100644
--- a/src/3rdparty/sqlite/shell.c
+++ b/src/3rdparty/sqlite/shell.c
@@ -49,7 +49,7 @@
/* Make sure isatty() has a prototype.
*/
-extern int isatty();
+extern int isatty(int);
/*
** The following is the open SQLite database. We make a pointer