From: Joel Rosdahl Date: Thu, 6 Jun 2024 15:06:40 +0000 (+0200) Subject: refactor: Convert ArgsInfo::sanitize_blacklists to fs::path X-Git-Tag: v4.11~112 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=719c006a899f7956e80d672fd5d14b3a9d2212b1;p=thirdparty%2Fccache.git refactor: Convert ArgsInfo::sanitize_blacklists to fs::path --- diff --git a/src/ccache/ArgsInfo.hpp b/src/ccache/ArgsInfo.hpp index 64710658..c733b218 100644 --- a/src/ccache/ArgsInfo.hpp +++ b/src/ccache/ArgsInfo.hpp @@ -144,7 +144,7 @@ struct ArgsInfo bool fno_pch_timestamp = false; // Files referenced by -fsanitize-blacklist options. - std::vector sanitize_blacklists; + std::vector sanitize_blacklists; // Architectures from -arch options. std::vector arch_args;