Explorar o código

Merge pull request #5453 from RT-Thread/revert-5432-master

Revert "[kernel] Add __attribute__(...) for rt_kprintf() to let the compiler check the format string parameters"
guo %!s(int64=3) %!d(string=hai) anos
pai
achega
7bbf2605b7
Modificáronse 1 ficheiros con 0 adicións e 5 borrados
  1. 0 5
      include/rtthread.h

+ 0 - 5
include/rtthread.h

@@ -570,12 +570,7 @@ void rt_components_board_init(void);
 #define rt_kprintf(...)
 #define rt_kputs(str)
 #else
-#if defined(__ARMCC_VERSION) || defined(__GNUC__) || \
-    defined(__ICCARM__) || defined(__TI_COMPILER_VERSION__)
-int rt_kprintf(const char *fmt, ...) __attribute__((format(printf, 1, 2)));
-#else
 int rt_kprintf(const char *fmt, ...);
-#endif
 void rt_kputs(const char *str);
 #endif