]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - HLT/sim/Makefile.am
Warning removal (Marian)
[u/mrichter/AliRoot.git] / HLT / sim / Makefile.am
index fe7fcaff3e0f9e79143d8545633f6cfbee8e3f01..613167dc4973e5be2bd1d25781e91779da77bd92 100644 (file)
@@ -54,5 +54,5 @@ $(COMPILE_INFO): $(libHLTsim_la_SOURCES) $(pkginclude_HEADERS) $(noinst_HEADERS)
        @echo '//automatically generated compilation info' > $@
        @echo '//!!! DO NOT EDIT THIS FILE !!!' >> $@
        @echo '//add changes in Makefile.am' >> $@
-       @echo 'extern "C" void CompileInfo( char*& date, char*& time)' >> $@
+       @echo 'extern "C" void CompileInfo(const char*& date, const char*& time)' >> $@
        @echo '{date=__DATE__; time=__TIME__; return;}' >> $@