mirror of
				https://github.com/sqlite/sqlite.git
				synced 2025-11-03 16:53:36 +03:00 
			
		
		
		
	Minor changes to remove a few MSVC compiler warnings at /W3. Ticket #3610. (CVS 6215)
FossilOrigin-Name: c74c78e4eb7f6d674b7564b33387db996fbe5725
This commit is contained in:
		@@ -12,7 +12,7 @@
 | 
			
		||||
** This file contains code to implement the "sqlite" command line
 | 
			
		||||
** utility for accessing SQLite databases.
 | 
			
		||||
**
 | 
			
		||||
** $Id: shell.c,v 1.198 2009/01/14 23:38:03 drh Exp $
 | 
			
		||||
** $Id: shell.c,v 1.199 2009/01/30 05:40:27 shane Exp $
 | 
			
		||||
*/
 | 
			
		||||
#if defined(_WIN32) || defined(WIN32)
 | 
			
		||||
/* This needs to come before any includes for MSVC compiler */
 | 
			
		||||
@@ -227,6 +227,7 @@ static void shellstaticFunc(
 | 
			
		||||
){
 | 
			
		||||
  assert( 0==argc );
 | 
			
		||||
  assert( zShellStatic );
 | 
			
		||||
  UNUSED_PARAMETER(argc);
 | 
			
		||||
  UNUSED_PARAMETER(argv);
 | 
			
		||||
  sqlite3_result_text(context, zShellStatic, -1, SQLITE_STATIC);
 | 
			
		||||
}
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user