Removal of compilation warnings.
[framework/web/wrt-commons.git] / modules / db / include / dpl / db / sql_connection.h
index 963ee7e..f973772 100644 (file)
@@ -386,7 +386,7 @@ public:
              *      that need that switched do CRW
              */
             RW = SQLITE_OPEN_NOMUTEX | SQLITE_OPEN_READWRITE | SQLITE_OPEN_CREATE,
-            CRW = RW | SQLITE_OPEN_CREATE,
+            CRW = RW | SQLITE_OPEN_CREATE
         };
     };