From ae31d581e2ea1d807aca4c8dbee5d3871e4b0be6 Mon Sep 17 00:00:00 2001 From: John Wellbelove Date: Mon, 11 Sep 2023 11:15:49 +0100 Subject: [PATCH] Work in progress --- .gitignore | 1 + include/etl/private/chrono/day.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8f313ddb..ab33079c 100644 --- a/.gitignore +++ b/.gitignore @@ -388,3 +388,4 @@ support/time remaining test.xlsx test/vs2022/Debug MSVC C++20 - Force C++03 test/vs2022/Release MSVC C++20 - No STL - Optimised -O2 - Sanitiser test/test_file_list.txt +test/reflog.txt diff --git a/include/etl/private/chrono/day.h b/include/etl/private/chrono/day.h index 8079680d..b04d3898 100644 --- a/include/etl/private/chrono/day.h +++ b/include/etl/private/chrono/day.h @@ -146,7 +146,7 @@ namespace etl private: - unsigned value; + unsigned char value; }; //***********************************************************************