From 3078624124e152a1cd4d6c2e6c0e34def5b6e6b5 Mon Sep 17 00:00:00 2001 From: Mehdi Amini Date: Thu, 21 Apr 2016 06:43:41 +0000 Subject: [PATCH] ThinLTO: initialize variables From: Mehdi Amini llvm-svn: 266964 --- include/llvm/LTO/ThinLTOCodeGenerator.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/llvm/LTO/ThinLTOCodeGenerator.h b/include/llvm/LTO/ThinLTOCodeGenerator.h index bc888bc892f..d6acd70b1c6 100644 --- a/include/llvm/LTO/ThinLTOCodeGenerator.h +++ b/include/llvm/LTO/ThinLTOCodeGenerator.h @@ -110,8 +110,8 @@ public: struct CachingOptions { std::string Path; int PruningInterval = -1; // seconds, -1 to disable pruning - unsigned int Expiration; // seconds. - unsigned MaxPercentageOfAvailableSpace; // percentage. + unsigned int Expiration = 0; // seconds. + unsigned MaxPercentageOfAvailableSpace = 0; // percentage. }; /// Provide a path to a directory where to store the cached files for