[bug #39158] Cppcheck report

2013-07-21 Thread Paul D. Smith
Update of bug #39158 (project make): Status:None => Fixed Assigned to:None => psmith Open/Closed:Open => Closed Fixed Release:

[bug #39158] Cppcheck report

2013-06-05 Thread anonymous
Follow-up Comment #2, bug #39158 (project make): These may interest you in particular: [signame.c:247]: (warning) Logical disjunction always evaluates to true: sig > 0 || sig < 32. 247 if (sig > 0 || sig < NSIG) 248 return (char *) sys_siglist[sig]; Indeed, I think it should be:

[bug #39158] Cppcheck report

2013-06-04 Thread Paul D. Smith
Follow-up Comment #1, bug #39158 (project make): Thanks I'll look through it. Note that GNU make, as a fundamental component of a compiler bootstrapping process, cannot assume newer compilers like C99 etc. We just recently started requiring a C89 compiler. Still it looks like there may be some

[bug #39158] Cppcheck report

2013-06-03 Thread anonymous
URL: Summary: Cppcheck report Project: make Submitted by: None Submitted on: mar. 04 juin 2013 06:28:55 UTC Severity: 3 - Normal Item Group: Bug Status: