Update clang-{format,tidy} to 14
Also add configuration options only available in 13 and 14. Fixes warning about -fstack-usage in clang-tidy check.
This commit is contained in:
parent
318a243df1
commit
eda96ffadc
17 changed files with 32 additions and 5 deletions
|
|
@ -142,6 +142,7 @@ void DateTime::Register(Pinetime::System::SystemTask* systemTask) {
|
|||
}
|
||||
|
||||
using ClockType = Pinetime::Controllers::Settings::ClockType;
|
||||
|
||||
std::string DateTime::FormattedTime() {
|
||||
// Return time as a string in 12- or 24-hour format
|
||||
char buff[9];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue