| Anonymous | Login | Signup for a new account | 11-10-2008 11:12 PST |
| Main | My View | View Issues | Change Log | Docs |
| Viewing Issue Simple Details [ Jump to Notes ] | [ View Advanced ] [ Issue History ] [ Print ] | ||||||||
| ID | Category | Severity | Reproducibility | Date Submitted | Last Update | ||||
| 0001253 | [uClibc] Math Library | minor | always | 03-02-07 15:06 | 04-02-07 12:37 | ||||
| Reporter | ahs3 | View Status | public | ||||||
| Assigned To | uClibc | ||||||||
| Priority | normal | Resolution | won't fix | ||||||
| Status | closed | Product Version | 0.9.28.1 | ||||||
| Summary | 0001253: [PATCH] clean up some warnings in libm found when building on ia64 | ||||||||
| Description |
Several files in libm had compilation warnings -- specifically, e_pow.c, s_ceil.c, s_floor.c, s_ldexp.c and s_modf.c. In all cases, local variable names were shadowing global variable names. This is _not_ a big deal; personally, I prefer to have no compiler warnings, if at all possible. So, variable names were changed slightly to remove the warnings. Not knowing enough about the history of these files, they may be desirable as is; this patch is not required for functionality or correctness -- it only makes the GCC warnings go away. |
||||||||
| Additional Information | |||||||||
| Attached Files |
|
||||||||
|
|
|||||||||
Notes |
|
|
(0002292) vapier 04-02-07 12:37 |
as noted on mailing list, we try to stay as close to glibc as possible, including these annoying shadows ;( |
| Copyright © 2000 - 2006 Mantis Group |