oatpp/test
Ferry Huberts 9a2854be58 Fix a few Clang compiler warnings (-Wunreachable-code-return)
1 left:

src/oatpp/core/async/Coroutine.cpp:325:10: warning: 'return' will never be executed [-Wunreachable-code-return]
  return std::forward<oatpp::async::Action>(action);
         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 warning generated.

Signed-off-by: Ferry Huberts <ferry.huberts@pelagic.nl>
2023-09-02 23:12:26 +02:00
..
oatpp Fix a few Clang compiler warnings (-Wunreachable-code-return) 2023-09-02 23:12:26 +02:00
CMakeLists.txt Add default source groups for all targets 2023-05-10 21:49:38 +02:00