-Wunused-but-set-parameter Warn when a function parameter is only set, otherwise unused -Wunused-but-set-variable Warn when a variable is only set, otherwise unused -Wunused-dummy-argument 对未使用的哑元给出警告。 -Wunused-function 有未使用的函数时警告 -Wunused-label 有未使用的标号时警告 -Wun...
-Wunused-but-set-parameter Warn when a function parameter is only set, otherwise unused -Wunused-but-set-variable Warn when a variable is only set, otherwise unused -Wunused-dummy-argument 对未使用的哑元给出警告。 -Wunused-function 有未使用的函数时警告 -Wunused-label 有未使用的标号时警告 -Wun...
-Wunused-but-set-parameter Warn when a function parameter is only set, otherwise unused -Wunused-but-set-variable Warn when a variable is only set, otherwise unused -Wunused-dummy-argument 对未使用的哑元给出警告。 -Wunused-function 有未使用的函数时警告 ...
-Wunused-but-set-parameter Warn when a function parameter is only set, otherwise unused -Wunused-but-set-variable Warn when a variable is only set, otherwise unused -Wunused-dummy-argument 对未使用的哑元给出警告。 -Wunused-function 有未使用的函数时警告 -Wunused-label 有未使用的标号时警告 -Wun...
下载完毕后,就要开始编译。首先在riscv-gnu-toolchain根目录下,创建build目录。用于编译riscv gcc。 riscv gcc可以编译成以下几个版本 riscv32-unknown-elf-gcc riscv64-unknown-elf-gcc riscv32-unknown-linux-gnu-gcc riscv64-unknown-linux-gnu-gcc ...
--generate_entries_without_bounds Generate functions for use from non-instrumented code --guard_calls Use a guard call for a function static initialization --header_context Adds include file context to diagnostics -I directory Add #include search directory --ignore_uninstrumented_pointers Disable check...
function-abi.h function-tests.cc function.cc function.h fwprop.cc gcc-ar.cc gcc-attribute-urlifier.cc gcc-main.cc gcc-plugin.h gcc-rich-location.cc gcc-rich-location.h gcc-symtab.h gcc-urlifier.cc gcc-urlifier.def gcc-urlifier.h gcc.cc gcc.h gcov-counter.def gcov-dump.cc gcov-...
EXIT_IGNORE_STACK: Function Entryexpander definitions: Expander Definitionsexpm2 instruction pattern: Standard Namesexpr_list: InsnsEXPR_STMT: Function BodiesEXPR_STMT_EXPR: Function Bodiesexpression: Expression treesexpression codes: RTL Objectsextendmn2 instruction pattern: Standard Names...
–fno-elimininate-unused-debug-types Accept and ignore –fopenmp Same as –xopenmp –fPIC Same as –KPIC –fpic Same as –Kpic –fplan9-extensions Accept and ignore (C only). –fplugin-arg-name=t Warn and ignore (C only) –fplugin=t Warn and ignore (C only) –fsigned-char Same ...
I remember seeing something similar a while back and figured out it was a false positive. Not sure it was the same function, but I'll take a look. If it is a false positive I can probably just add-Wunused-but-set-variablesto the list of errors to ignore in SIMDe headers, and restr...