在 gcc 编译器中编译期间获取总错误的命令行参数
Command line arguments to get total errors during compilation in gcc compiler
是否有任何命令行参数来列出特定编译中的错误总数。这在解决大量错误或源数量众多时非常有用。
IDE's like Eclipse used to list the total number of errors and warnings.
Is there any command line argument to list the total number of errors in the particular compilation
不,没有。 GCC bug 26061 于 2006 年 2 月请求此功能,
从未被接受。
是否有任何命令行参数来列出特定编译中的错误总数。这在解决大量错误或源数量众多时非常有用。
IDE's like Eclipse used to list the total number of errors and warnings.
Is there any command line argument to list the total number of errors in the particular compilation
不,没有。 GCC bug 26061 于 2006 年 2 月请求此功能, 从未被接受。