[buddy]
Fix some warnings reported by gcc. * buddy/src/kernel.c (errorstrings): Mark these as const. * buddy/src/reorder.c (reorder_gbc): Fix prototype. (siftTestCmp): Add missing const in cast. (bdd_reorder_auto): Actually call bdd_reorder_ready().
This commit is contained in:
parent
35de7e9008
commit
e5f35dea48
3 changed files with 14 additions and 5 deletions
|
|
@ -1,3 +1,12 @@
|
|||
2011-04-10 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Fix some warnings reported by gcc.
|
||||
|
||||
* buddy/src/kernel.c (errorstrings): Mark these as const.
|
||||
* buddy/src/reorder.c (reorder_gbc): Fix prototype.
|
||||
(siftTestCmp): Add missing const in cast.
|
||||
(bdd_reorder_auto): Actually call bdd_reorder_ready().
|
||||
|
||||
2011-04-10 Alexandre Duret-Lutz <adl@lrde.epita.fr>
|
||||
|
||||
Add support for --enable-devel and similar macros.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue