Hi all, I am porting my custom module from apache 2.0 module to 2.2.11 using gcc-3.4.6 and get the following warning in the usage of AP_INIT_TAKE1.
mod_reversal.c:786: warning: initialization from incompatible pointer type I see that it is discussed previously, but I couldnt find any specific solution. to the problem. http://objectmix.com/apache/692158-problems-starting-apache-2-2-mod_ruby-2.html http://tp.its.yale.edu/pipermail/cas/2005-September/001575.html http://www.nabble.com/www-apache20-on-6.0-S-td1362222.html I see that in http_config.h checks if the compiler is C99 and an appropriate definition is chosen, I tried several combinations with setting and unsetting AP_HAVE_DESIGNATED_INITIALIZER but that didnt help. Thanks in advance. Ryan
