+Arx/src/io/Blast.cpp:445:47: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'blastOutMem' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback] +Arx/src/io/Blast.cpp:474:54: style: Parameter 'buf' can be declared as pointer to const. However it seems that 'blastOutMemRealloc' is a callback function, if 'buf' is declared with const you might also need to cast function pointer(s). [constParameterCallback]