Re: [asterisk-dev] [Code Review] 4545: clang compiler warning: -Wunused-command-line-argument

2015-03-29 Thread Diederik de Groot
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4545/ --- (Updated March 29, 2015, 8:56 p.m.) Status -- This change has been

Re: [asterisk-dev] [Code Review] 4545: clang compiler warning: -Wunused-command-line-argument

2015-03-28 Thread Matt Jordan
On March 27, 2015, 10:31 p.m., Matt Jordan wrote: Why do we want to ignore unused-command-line-argument? I'm not against it, just curious :-) Diederik de Groot wrote: Because it also checks all if the -I parameter is actually used. It will generate a waring for almost every

Re: [asterisk-dev] [Code Review] 4545: clang compiler warning: -Wunused-command-line-argument

2015-03-28 Thread Diederik de Groot
On March 28, 2015, 4:31 a.m., Matt Jordan wrote: Why do we want to ignore unused-command-line-argument? I'm not against it, just curious :-) Because it also checks all if the -I parameter is actually used. It will generate a waring for almost every file compiled because of CFLAGS

Re: [asterisk-dev] [Code Review] 4545: clang compiler warning: -Wunused-command-line-argument

2015-03-27 Thread Matt Jordan
--- This is an automatically generated e-mail. To reply, visit: https://reviewboard.asterisk.org/r/4545/#review14927 --- Why do we want to ignore unused-command-line-argument? I'm