mirror of
https://github.com/Zenithsiz/ftmemsim-valgrind.git
synced 2026-02-03 18:13:01 +00:00
Fix a compiler warning introduced in r12188
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@12192
This commit is contained in:
parent
7f6e929390
commit
ae452d5320
@ -1060,7 +1060,7 @@ static void print_preamble ( Bool logging_to_fd,
|
||||
UInt (*umsg_or_xml)( const HChar*, ... )
|
||||
= VG_(clo_xml) ? VG_(printf_xml) : VG_(umsg);
|
||||
|
||||
UInt (*umsg_or_xml_arg)( const HChar* )
|
||||
void (*umsg_or_xml_arg)( const Char* )
|
||||
= VG_(clo_xml) ? xml_arg : umsg_arg;
|
||||
|
||||
vg_assert( VG_(args_for_client) );
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user