Pacify Oracle Studio re print_vectorlike
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Jun 2022 16:44:33 +0000 (11:44 -0500)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 25 Jun 2022 20:28:09 +0000 (15:28 -0500)
commitbdedfd927c493aab9c2c2f55a2a261137ad75cc2
tree19ea4fae6f085dcbf2e31c068ab48cbf284f9a07
parent728968a2e6985b31956340199221da6f4bee3ce2
Pacify Oracle Studio re print_vectorlike

* src/print.c (print_vectorlike): Use explicit cast of function
pointer to void *, to pacify Oracle Studio 12.6’s “warning:
assignment type mismatch: pointer to void "=" pointer to
function(pointer to void) returning void”.  Admittedly this is
not strictly conforming C code even with the cast.
src/print.c