periscop / openscop

A Specification and a Library for Data Exchange in Polyhedral Compilation Tools
BSD 3-Clause "New" or "Revised" License
26 stars 14 forks source link

compiler build warning #41

Closed bondhugula closed 5 years ago

bondhugula commented 5 years ago

With GCC 8.3.1 and -Wextra, I see the following warning with the current master tip 39396a02cbfdad8c25accb425e1beefe856498de

source/relation.c: In function ‘osl_relation_interface’: source/relation.c:3010:23: warning: cast between incompatible function types from ‘struct osl_relation ()(int, int)’ to ‘void ()(void)’ [-Wcast-function-type] interface->malloc = (osl_malloc_f)osl_relation_malloc; ^ CC source/libosl_la-vector.lo

bondhugula commented 5 years ago

Is this going to be committed soon? Thanks.

harenome commented 5 years ago

This should not occur anymore with the current master head.