瀏覽代碼

Lots and Lots of compiler warnings

  Bugz, do you think you could figure out how fix these so we don't get
around 32 warnings... most of them are warnings about my dolog().
david 4 年之前
父節點
當前提交
be9a9ec3e7
共有 2 個文件被更改,包括 429 次插入330 次删除
  1. 1 1
      CMakeLists.txt
  2. 428 329
      main.cpp

+ 1 - 1
CMakeLists.txt

@@ -8,6 +8,6 @@ find_package(SQLite3 REQUIRED)
 add_subdirectory(odoors)
 include_directories(${SQLITE3_INCLUDE_DIRS})
 
-add_executable(main main.c)
+add_executable(main main.cpp)
 target_link_libraries(main odoors ${SQLITE3_LIBRARIES})
 

文件差異過大導致無法顯示
+ 428 - 329
main.cpp


部分文件因文件數量過多而無法顯示