Browse Source

Removed unused variables

merge-requests/413/head
eidheim 3 years ago
parent
commit
1c82115576
  1. 2
      lib/libclangmm
  2. 2
      tests/lldb_test_files/CMakeLists.txt

2
lib/libclangmm

@ -1 +1 @@
Subproject commit 9704b9b6de0982a588fa41741157d5640afedf30 Subproject commit 2500019626d458145ba94f360f77f81975125c12

2
tests/lldb_test_files/CMakeLists.txt

@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.1) cmake_minimum_required(VERSION 3.1)
add_compile_options(-O0 -g) add_compile_options(-O0 -g -Wno-unused-but-set-variable)
add_executable(lldb_test_executable main.cpp) add_executable(lldb_test_executable main.cpp)

Loading…
Cancel
Save