Re: staging is broken (again) with --enable-debugging-features on x86_64
Chris Pickett <[email protected]>
| Newsgroups | gmane.comp.java.vm.sablevm.devel |
|---|---|
| Message-ID | <[email protected]> |
Etienne Gagnon wrote: > Hi Chris, > > Chris Pickett wrote: > >> If you don't want that, then you could simply put a dummy statement >> that reads from the pword parameter in _svmf_iflush(), to prevent >> errors about pword not being used. > > > Why don't you just put a SVM_UNUSED in front of the parameter, as I have > done elsewhere to get rid of such spurious warning? Ok. svn diff -r3179:3183 svn+ssh://svn.sablevm.org/public/developers/chris/sandbox/verbose_methods/ I used the verbose_methods dir, but really it's independent from that. Cheers, and thanks for the patching, Chris