Mercurial > ecos
changeset 3131:5512149f0f36
Fix compiler warning about variable that is set but not used (only
used in conditionally compiled code). [ Bugzilla 1001535 ]
| author | grante |
|---|---|
| date | Wed, 14 Mar 2012 21:16:13 +0000 |
| parents | 9132b722e102 |
| children | 80f232caf539 |
| files | packages/hal/common/current/ChangeLog packages/hal/common/current/src/generic-stub.c |
| diffstat | 2 files changed, 7 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/packages/hal/common/current/ChangeLog +++ b/packages/hal/common/current/ChangeLog @@ -1,3 +1,9 @@ +2012-03-14 Grant Edwards <grant.b.edwards@gmail.com> + + * src/generic-stub.c (process_query): Fix compiler warning about + variable that is set but not used (only used in conditionally + compiled code). [ Bugzilla 1001535 ] + 2012-03-09 Sergei Gavrikov <sergei.gavrikov@gmail.com> * src/hal_if.c (hal_ctrlc_check): Fix compiler warning about
