From 64c4f2f7aac5a712e36a5b0a631a30ea16fa0e74 Mon Sep 17 00:00:00 2001 From: Lin Date: Thu, 31 Oct 2024 14:45:31 +0800 Subject: [PATCH] bug fix --- libs/libpcf/src/io/pcf_reader.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/libpcf/src/io/pcf_reader.cpp b/libs/libpcf/src/io/pcf_reader.cpp index 52f41dc73..489adcbf3 100644 --- a/libs/libpcf/src/io/pcf_reader.cpp +++ b/libs/libpcf/src/io/pcf_reader.cpp @@ -28,7 +28,7 @@ constexpr const char COMMENT = '#'; * Return 2 if fail when opening files *******************************************************************/ int read_pcf(const char* fname, PcfData& pcf_data, - bool reduce_error_to_warning = false) { + bool reduce_error_to_warning) { vtr::ScopedStartFinishTimer timer("Read " + std::string(fname)); /* Create a file handler */