123456789101112131415161718 |
- /*
- * Copyright (c) 2006-2021, RT-Thread Development Team
- *
- * SPDX-License-Identifier: Apache-2.0
- *
- * Change Logs:
- * Date Author Notes
- * 2021-12-26 Meco Man First Version
- */
- #ifndef __COMPILER_PRIVATE_H__
- #define __COMPILER_PRIVATE_H__
- #include <rtconfig.h>
- extern const char *warning_without_fs;
- extern const char *warning_without_devio;
- #endif /* __COMPILER_PRIVATE_H__ */
|