當我嘗試編譯C代碼,其中包括另一C頭我得到這個錯誤以前聲明: x86_64-uefi/../../libk/string.h:9:10: error: function declared 'ms_abi' here was
previously declared without calling convention
KABI int memcmp(const void *d1, co
我想讓編譯器警告warning: too many arguments in call to 'IF'出錯(其中IF是函數)。 我在配置clang時遇到了問題,因爲我找不出實際的警告名稱。 我試過如下: clang -Werror=too-many-arguments main.c
warning: unknown warning option '-Werror=too-many-argume