diff options
| -rw-r--r-- | src/3rdparty/sqlite/shell.c | 2 | ||||
| -rw-r--r-- | src/moc/moc_lex.cpp | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/src/moc/moc_lex.cpp b/src/moc/moc_lex.cpp index b54536548..30918727f 100644 --- a/src/moc/moc_lex.cpp +++ b/src/moc/moc_lex.cpp @@ -2835,7 +2835,7 @@ static void yy_load_buffer_state (void) } #ifndef __cplusplus -extern int isatty (int ); +extern int isatty (int); #endif /* __cplusplus */ /* Initializes or reinitializes a buffer. |
