Solve compiler warning in tests
Signed-off-by: Ľubomír Carik <Lubomir.Carik@anritsu.com>
This commit is contained in:
		@@ -15,7 +15,7 @@ class failing_sink: public spdlog::sinks::sink
 | 
			
		||||
        throw std::runtime_error("some error happened during log");
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
    void flush()
 | 
			
		||||
    void flush() override
 | 
			
		||||
    {}
 | 
			
		||||
};
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user