-Wunused 启用所有关于“XX未使用”的警告 -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 启用所有关于“XX未使用”的警告 -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-macros 当定义在主文件中的宏未被使用时给出警告 -Wunused-parameter 发现未使用的函数指针时给出警告 -Wunused-result 当一个带有 warn_unused_result 属性的函数的调用者未使用前者的返回值时给出警告 -Wunused-value 当一个表达式的值未被使用时给出警告 -Wunused-variable 有未使用的变量时警告 -Wv...
-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-parameter 发现未使用的函数指针时给出警告 -Wunused-result 当一个带有 warn_unused_result 属性的函数的调用者未使用前者的返回值时给出警告 -Wunused-value 当一个表达式的值未被使用时给出警告 -Wunused-variable 有未使用的变量时警告 -Wvariadic-macros 指定 -pedantic ...
Some verions of dsymutil do not ignore .macinfo sections, but insteadignore the entire debug in the file.To avoid this total loss of debug, when we detect that the debug levelis g3 and the dsymutil version cannot support it, we reduce the levelto g2 and issue a note.This behaviour ...
最近在编译动态库文件,用到-fPIC编译选项。查了下GNU的手册: -fpic Generate position-independent code (PIC) suitable for use in a shared library, if supported for the target machine. Such code accesses all constant addresses through a global offset table (GOT). The dynamic loader resolves the GOT...
checking for C compiler flag to ignore unused libraries... -Wl,--as-needed checking whether the compiler supports the __inline keyword... yes checking for gmp.h... yes checking for libgmp... yes checking how to link with libgmp... /usr/lib64/libgmp.so checking whether link obeys POSIX...
87741e5 INSTALL config contrib fixincludes gcc ada brig c-family c common config cp d doc fortran ginclude go jit lto objc objcp po testsuite ABOUT-GCC-NLS BASE-VER COPYING COPYING.LIB COPYING3 COPYING3.LIB ChangeLog ChangeLog-1997 ChangeLog-1998 ChangeLog-1999 ChangeLog-2000 ChangeLog-2...
diff --git a/common.gypi b/common.gypiindex 6d83d8a..dcbb2a0 100644--- a/common.gypi+++ b/common.gypi@@ -321,7 +321,7 @@}], [ 'OS in "linux freebsd openbsd solaris android aix cloudabi"', { 'cflags': [ '-Wall', '-Wextra', '-Wno-unused-parameter', ],-'cflags_cc'...