sqlite3: 2 warning Topic is solved

Do you have a question about makefiles, a compiler or IDE you are using and need to know how to set it up for wxWidgets or why it doesn't compile but other IDE's do ? Post your questions here.
Post Reply
emarti
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 210
Joined: Sat May 07, 2005 8:24 pm
Location: Eskisehir, TURKEY
Contact:

sqlite3: 2 warning

Post by emarti »

How to remove 2 warnings that occur while compiling sqlite project? (sqlite 3.3.8 )

--------
C:\Documents and Settings\emarti\Belgelerim\Visual Studio 2005\Projects\sqlite3\sqlite3\src\sqlite3.h(1719) : warning C4510: 'sqlite3_index_info' : default constructor could not be generated
C:\Documents and Settings\emarti\Belgelerim\Visual Studio 2005\Projects\sqlite3\sqlite3\src\sqlite3.h(1694) : see declaration of 'sqlite3_index_info'
C:\Documents and Settings\emarti\Belgelerim\Visual Studio 2005\Projects\sqlite3\sqlite3\src\sqlite3.h(1719) : warning C4610: struct 'sqlite3_index_info' can never be instantiated - user defined constructor required
Generating Code...
Compiling resources...
Linking...
Embedding manifest...
------------

Thanks!
- T U R K E Y ?
- I love this country!

WebSites:
http://mebt.sourceforge.net/
http://wxquran.sourceforge.net/
vdell
Ultimate wxWidgets Guru
Ultimate wxWidgets Guru
Posts: 536
Joined: Fri Jan 07, 2005 3:44 pm
Location: Finland
Contact:

Post by vdell »

Why should you fix them? Maybe they are intentional?
Visual C++ 9.0 / Windows XP Pro SP3 / wxWidgets 2.9.0 (SVN) | Colligere
emarti
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 210
Joined: Sat May 07, 2005 8:24 pm
Location: Eskisehir, TURKEY
Contact:

Post by emarti »

How to fix them?

May sqlite3_index_info() be intentional?

Thanks.
- T U R K E Y ?
- I love this country!

WebSites:
http://mebt.sourceforge.net/
http://wxquran.sourceforge.net/
emarti
Filthy Rich wx Solver
Filthy Rich wx Solver
Posts: 210
Joined: Sat May 07, 2005 8:24 pm
Location: Eskisehir, TURKEY
Contact:

Post by emarti »

I am waiting new version for sqlite3.
- T U R K E Y ?
- I love this country!

WebSites:
http://mebt.sourceforge.net/
http://wxquran.sourceforge.net/
Post Reply