Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 87599 - cunit-1.0.0.8: missing const modifiers in code
Summary: cunit-1.0.0.8: missing const modifiers in code
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Development (show other bugs)
Hardware: All Linux
: High minor (vote)
Assignee: David Holm (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-04-01 13:57 UTC by euclid80
Modified: 2005-04-12 01:00 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch that adds missing const modifiers (const.diff,3.71 KB, patch)
2005-04-01 13:58 UTC, euclid80
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description euclid80 2005-04-01 13:57:23 UTC
There are some pointers in the code for CUnit-1.0.0.8 that should have "const" modifiers.  Most compilers don't complain, but it can't hurt to fix it.  I will attach a patch.

Reproducible: Always
Steps to Reproduce:
Comment 1 euclid80 2005-04-01 13:58:55 UTC
Created attachment 55064 [details, diff]
patch that adds missing const modifiers
Comment 2 Seemant Kulleen (RETIRED) gentoo-dev 2005-04-04 05:32:04 UTC
dholm, please add metadata.xml to this package as well
Comment 3 David Holm (RETIRED) gentoo-dev 2005-04-12 01:00:35 UTC
Fixed in 1.0.0.8-r1 and 1.1.0.1-r1. Thanks for the patch.