From 8a18f22b878b86fff8e2f49a99397320180d4b22 Mon Sep 17 00:00:00 2001 From: Anthony Broad-Crawford Date: Fri, 16 Mar 2018 10:52:04 -0500 Subject: Support for error on non-existant or irregular files with command line option to ignore --- solc/CommandLineInterface.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'solc/CommandLineInterface.h') diff --git a/solc/CommandLineInterface.h b/solc/CommandLineInterface.h index 303023fc..45ec1eb5 100644 --- a/solc/CommandLineInterface.h +++ b/solc/CommandLineInterface.h @@ -72,7 +72,7 @@ private: void handleFormal(); /// Fills @a m_sourceCodes initially and @a m_redirects. - void readInputFilesAndConfigureRemappings(); + bool readInputFilesAndConfigureRemappings(); /// Tries to read from the file @a _input or interprets _input literally if that fails. /// It then tries to parse the contents and appends to m_libraries. bool parseLibraryOption(std::string const& _input); -- cgit