Update contrib.
1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // SQLite C API library
22 #include "sqlite3_macro.mmh"
29 UID 0x1000008d 0x10285A79
42 //////////////////////////////////////////////////////////////////////////////////////////////////////////
43 ///////////////// RVCT compiler warning & optimization options /////////////////////////////////////////
45 //550: <entity-kind> "entity" was set but never used
46 //C2874W: <name> may be used before being set
47 //368: <entity-kind> "<entity>" defines no constructor to initialize the following:
48 //177-D: variable <name> was declared but never referenced
49 //1293-D: assignment in condition
50 //C3017W: <name> may be used before being set
51 //61: integer operation result is out of range
53 OPTION ARMCC --diag_suppress 550,2874,368,177,1293,3017,61
54 OPTION ARMCC -Ono_cg_cond
56 //////////////////////////////////////////////////////////////////////////////////////////////////////////
57 ///////////////// CW compiler warning options //////////////////////////////////////////////////////////
59 //Variable/argument <x> is not used in function
60 //Possible unwanted <x>
62 OPTION CW -w nounused -w nounwanted
64 //////////////////////////////////////////////////////////////////////////////////////////////////////////
65 ///////////////// GCC compiler warning options /////////////////////////////////////////////////////////
67 //"-w" option suppresses all warnings!
68 //"<variable> might be used uninitialized in this function" - only this warning needs to be suppressed,
69 //but there is no option for that.
73 //////////////////////////////////////////////////////////////////////////////////////////////////////////
75 userinclude ../traces_sqlite3
77 userinclude ../OsLayer
78 OS_LAYER_LIBC_SYSTEMINCLUDE
79 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
141 SOURCEPATH ../OsLayer
143 SOURCE os_symbian_mt.cpp
144 SOURCE SqliteUtil.cpp
146 SOURCE os_symbian_emul.cpp
148 SOURCE os_symbian_hrdw.cpp
156 LIBRARY libpthread.lib