소스 검색

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


이 변경점에서 너무 많은 파일들이 변경되어 몇몇 파일들은 표시되지 않았습니다.