Skip to:
There are a number of places where the shibboleth 2.0 source bumps up against the new more strict gcc header files. The attached patch file fixes this for me.
gcc 4.3.0 under Fedora 9 beta
http://svn.middleware.georgetown.edu/view/cpp-sp?view=rev&revision=2815
Added header to shibsp/internal.h instead of hitting every file, to improve chances of not reintroducing the bug later.
There are a number of places where the shibboleth 2.0 source bumps up against the new more strict gcc header files. The attached patch file fixes this for me.