]> git.tdb.fi Git - builder.git/commit
Silence the cast-function-type warning on GCC 8
authorMikko Rasa <tdb@tdb.fi>
Thu, 30 Aug 2018 10:07:40 +0000 (13:07 +0300)
committerMikko Rasa <tdb@tdb.fi>
Thu, 30 Aug 2018 10:07:40 +0000 (13:07 +0300)
commite7ce61ee5684a5152d326af8e756cbdb987ff5f8
tree97670f0af303efae99d31ee3e8d615026baea931
parent79f9a5a7faf8ac8adf720b76b9cd9fd054e80906
Silence the cast-function-type warning on GCC 8

It causes problems when function type need to be explicitly converted,
like in sigc++.
source/gnucompiler.cpp