Skip to content

Commit

Permalink
all: Other fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
cassava committed Mar 28, 2024
1 parent 1d37a2a commit 4441e8e
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions engine/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ target_link_libraries(${libstack}
PUBLIC
cloe::runtime
fable::fable
Boost::headers
Threads::Threads
${CMAKE_DL_LIBS}
)
Expand Down
1 change: 0 additions & 1 deletion optional/vtd/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ target_link_libraries(vtd-object-lib
cloe::osi
Boost::boost
)

set_target_properties(vtd-object-lib PROPERTIES
CXX_STANDARD 17
CXX_STANDARD_REQUIRED ON
Expand Down
2 changes: 1 addition & 1 deletion runtime/src/cloe/handler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ void FromConf::operator()(const cloe::Request& q, cloe::Response& r) {
}
break;
}
BOOST_FALLTHROUGH;
[[fallthrough]];

default:
r.not_allowed(RequestMethod::POST,
Expand Down

0 comments on commit 4441e8e

Please sign in to comment.