compiler_private.h 409 B

123456789101112131415161718
  1. /*
  2. * Copyright (c) 2006-2021, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2021-12-26 Meco Man First Version
  9. */
  10. #ifndef __COMPILER_PRIVATE_H__
  11. #define __COMPILER_PRIVATE_H__
  12. #include <rtconfig.h>
  13. extern const char *warning_without_fs;
  14. extern const char *warning_without_devio;
  15. #endif /* __COMPILER_PRIVATE_H__ */