Revert "bsp: xil_printf: Specify attribute(format)"

This reverts commit 91606d4ae07a49dd5422b5e3bf2ed7a477296263.
This commit is contained in:
Nava kishore Manne 2015-07-06 10:20:05 +05:30
parent 42f46f2ddb
commit 04f120953b
5 changed files with 5 additions and 5 deletions

View file

@ -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);

View file

@ -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);

View file

@ -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);

View file

@ -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);

View file

@ -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