swh:1:snp:af87cd67498ef4fe47c76ed3e7caffe5b61facaf
Revision 4bb3258b7ccf84cce05bb84d1830703bfd553082 authored by Rene Brun on 24 June 2008, 13:15:33 UTC, committed by Rene Brun on 24 June 2008, 13:15:33 UTC
ruby fails to compile on win32gcc. I assume that's because it's the only platform which tests it, or because it's the only one with ruby 1.8. Anyway - there are some functions returning const char* that used to return char*. These char* are only passed as const char* or passed back to ruby functions (which expect them as char*, grr), so it's mostly a compiler issue. This patch casts them to (char*) before assigning them to char*. That should not matter for the cases where it used to work, and it gets rid of the compiler errors we see in the cases where it doesn't work.


git-svn-id: http://root.cern.ch/svn/root/trunk@24512 27541ba8-7e3a-0410-8455-c3a389f83636
1 parent 5f0200d
History
Tip revision: 6c9118fb23c981c28a53dc215c68f2be00c04e3e authored by Jonas Rembser on 12 April 2024, 19:22:15 UTC
[RF] Enable `roofit_multiprocess` on the CI
Tip revision: 6c9118f

back to top