-1
之前我在Solaris 10上編譯C程序的x86,代碼:錯誤:期望「__attribute__」之前的主表達式;錯誤:預期';' 「__attribute__」
#if defined (__GNUC_MINOR__)&&2093<=(__GNUC__*1000+__GNUC_MINOR__) __attribute__ ((__unused__))
#endif
當我編譯此,我得到錯誤信息:
error: expected primary-expression before "__attribute__"; error: expected ';' before "__attribute__"
什麼錯,我該如何解決?
你想做什麼? – hexist