我在 64 位 linux(2.6.39-gentoo-r3),GCC 版本 4.6.3 上编译了我的项目,但是当我编译时,警告包含一些不可读的字符。如下所示:
warning: field precision specifier ?.*?.expects argument of type ?.nt?. but argument 6 has type ?.ong int?.[-Wformat]
warning: format ?.u?.expects argument of type ?.nsigned int?. but argument 7 has type ?.ize_t?.[-Wformat]
warning: ignoring return value of ?.ystem?. declared with attribute warn_unused_result [-Wunused-result]
虽然我能猜出乱七八糟的部分,但它们看起来很糟糕。那么有人遇到同样的问题或知道如何解决吗?