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]
ぐちゃぐちゃな部分は推測できますが、見栄えが悪いです。それで、誰かが同じ問題に遭遇したり、それを解決する方法を知っていますか?