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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
7e1fcb64
Commit
7e1fcb64
authored
Oct 24, 2006
by
unknown
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable the ATTRIBUTE_FORMAT macros to check format of variable arg parameters
parent
f9ff7472
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
client/mysqltest.c
client/mysqltest.c
+4
-4
No files found.
client/mysqltest.c
View file @
7e1fcb64
...
@@ -398,13 +398,13 @@ TYPELIB command_typelib= {array_elements(command_names),"",
...
@@ -398,13 +398,13 @@ TYPELIB command_typelib= {array_elements(command_names),"",
DYNAMIC_STRING
ds_res
,
ds_progress
,
ds_warning_messages
;
DYNAMIC_STRING
ds_res
,
ds_progress
,
ds_warning_messages
;
void
die
(
const
char
*
fmt
,
...)
void
die
(
const
char
*
fmt
,
...)
/* ATTRIBUTE_FORMAT(printf, 1, 2) */
;
ATTRIBUTE_FORMAT
(
printf
,
1
,
2
)
;
void
abort_not_supported_test
(
const
char
*
fmt
,
...)
void
abort_not_supported_test
(
const
char
*
fmt
,
...)
/* ATTRIBUTE_FORMAT(printf, 1, 2) */
;
ATTRIBUTE_FORMAT
(
printf
,
1
,
2
)
;
void
verbose_msg
(
const
char
*
fmt
,
...)
void
verbose_msg
(
const
char
*
fmt
,
...)
/* ATTRIBUTE_FORMAT(printf, 1, 2) */
;
ATTRIBUTE_FORMAT
(
printf
,
1
,
2
)
;
void
warning_msg
(
const
char
*
fmt
,
...)
void
warning_msg
(
const
char
*
fmt
,
...)
/* ATTRIBUTE_FORMAT(printf, 1, 2) */
;
ATTRIBUTE_FORMAT
(
printf
,
1
,
2
)
;
VAR
*
var_from_env
(
const
char
*
,
const
char
*
);
VAR
*
var_from_env
(
const
char
*
,
const
char
*
);
VAR
*
var_init
(
VAR
*
v
,
const
char
*
name
,
int
name_len
,
const
char
*
val
,
VAR
*
var_init
(
VAR
*
v
,
const
char
*
name
,
int
name_len
,
const
char
*
val
,
...
...
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