mirror of
https://github.com/catchorg/Catch2.git
synced 2025-05-25 14:09:26 +00:00
Fixed some warnings
This commit is contained in:
parent
4f19705e09
commit
73e1bc20bc
4 changed files with 18 additions and 10 deletions
|
@ -15,7 +15,7 @@
|
|||
|
||||
namespace Catch{
|
||||
|
||||
std::size_t EmbeddedRunner::runMatching( const std::string& rawTestSpec, const std::string& reporter ) {
|
||||
std::size_t EmbeddedRunner::runMatching( const std::string& rawTestSpec, const std::string& ) {
|
||||
std::ostringstream oss;
|
||||
Config config;
|
||||
config.setStreamBuf( oss.rdbuf() );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue