Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
MariaDB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
nexedi
MariaDB
Commits
9f8e5558
Commit
9f8e5558
authored
May 18, 2020
by
Vladislav Vaintroub
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix clang-cl warning
parent
9f294644
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
client/mysqltest.cc
client/mysqltest.cc
+2
-2
No files found.
client/mysqltest.cc
View file @
9f8e5558
...
...
@@ -589,7 +589,7 @@ static void cleanup_and_exit(int exit_code);
ATTRIBUTE_NORETURN
void
really_die
(
const
char
*
msg
);
void
report_or_die
(
const
char
*
fmt
,
...);
void
die
(
const
char
*
fmt
,
...);
ATTRIBUTE_NORETURN
void
die
(
const
char
*
fmt
,
...);
static
void
make_error_message
(
char
*
buf
,
size_t
len
,
const
char
*
fmt
,
va_list
args
);
ATTRIBUTE_NORETURN
ATTRIBUTE_FORMAT
(
printf
,
1
,
2
)
void
abort_not_supported_test
(
const
char
*
fmt
,
...);
...
...
@@ -1461,7 +1461,7 @@ void free_used_memory()
}
static
void
cleanup_and_exit
(
int
exit_code
)
ATTRIBUTE_NORETURN
static
void
cleanup_and_exit
(
int
exit_code
)
{
free_used_memory
();
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment