Revert "bsp: xil_printf: Specify attribute(format)"
This reverts commit 91606d4ae07a49dd5422b5e3bf2ed7a477296263.
This commit is contained in:
parent
42f46f2ddb
commit
04f120953b
5 changed files with 5 additions and 5 deletions
|
@ -32,7 +32,7 @@ typedef s32 (*func_ptr)(int c);
|
|||
|
||||
/* */
|
||||
|
||||
void xil_printf( const char8 *ctrl1, ...) __attribute__((format(printf, 1, 2)));
|
||||
void xil_printf( const char8 *ctrl1, ...);
|
||||
void print( const char8 *ptr);
|
||||
extern void outbyte (char8 c);
|
||||
extern char8 inbyte(void);
|
||||
|
|
|
@ -32,7 +32,7 @@ typedef s32 (*func_ptr)(int c);
|
|||
|
||||
/* */
|
||||
|
||||
void xil_printf( const char8 *ctrl1, ...) __attribute__((format(printf, 1, 2)));
|
||||
void xil_printf( const char8 *ctrl1, ...);
|
||||
void print( const char8 *ptr);
|
||||
extern void outbyte (char8 c);
|
||||
extern char8 inbyte(void);
|
||||
|
|
|
@ -32,7 +32,7 @@ typedef s32 (*func_ptr)(int c);
|
|||
|
||||
/* */
|
||||
|
||||
void xil_printf( const char8 *ctrl1, ...) __attribute__((format(printf, 1, 2)));
|
||||
void xil_printf( const char8 *ctrl1, ...);
|
||||
void print( const char8 *ptr);
|
||||
extern void outbyte (char8 c);
|
||||
extern char8 inbyte(void);
|
||||
|
|
|
@ -32,7 +32,7 @@ typedef s32 (*func_ptr)(int c);
|
|||
|
||||
/* */
|
||||
|
||||
void xil_printf( const char8 *ctrl1, ...) __attribute__((format(printf, 1, 2)));
|
||||
void xil_printf( const char8 *ctrl1, ...);
|
||||
void print( const char8 *ptr);
|
||||
extern void outbyte (char8 c);
|
||||
extern char8 inbyte(void);
|
||||
|
|
|
@ -38,7 +38,7 @@
|
|||
extern "C" {
|
||||
#endif
|
||||
|
||||
void xil_printf(const char8 *ctrl1, ...) __attribute__((format(printf, 1, 2)));
|
||||
void xil_printf(const char8 *ctrl1, ...);
|
||||
void print(char *ptr);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
Loading…
Add table
Reference in a new issue