Merge pull request #2051 from nlohmann/clang10warnings
Fix Clang compiler warnings
This commit is contained in:
		
						commit
						721a1a0b5d
					
				
					 4 changed files with 7 additions and 9 deletions
				
			
		|  | @ -76,7 +76,7 @@ struct SaxEventLogger : public nlohmann::json_sax<json> | |||
|         return true; | ||||
|     } | ||||
| 
 | ||||
|     bool binary(std::vector<std::uint8_t>& val) | ||||
|     bool binary(std::vector<std::uint8_t>& val) override | ||||
|     { | ||||
|         std::string binary_contents = "binary("; | ||||
|         std::string comma_space = ""; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue