Skip to content

Commit 932e743

Browse files
committed
Bug#37471922: Auto-fix clang-tidy warnings [71/n]
Post-push fix: build failure on Windows Change-Id: Iff00e0b5e8b73fdec265fe4a01bf39bd49a39d3d
1 parent 65c492f commit 932e743

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mysys/my_mess.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ void my_message_stderr(uint error [[maybe_unused]], const char *str,
7070
if (is_directory_separator(*s)) r = s + 1;
7171
s++;
7272
}
73-
size_t const l = s - r;
73+
size_t l = s - r;
7474

7575
#ifdef _WIN32
7676
if ((l > 4) && !strcmp(&r[l - 4], ".exe"))

0 commit comments

Comments
 (0)