You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Dean Gaudet <dg...@arctic.org> on 1997/07/27 04:25:52 UTC

mod_include handle_endif unused

After adding static stuff in mod_include I got this:

mod_include.c:1721: warning: `handle_endif' defined but not used

When it reaches an endif it calls handle_else... what's up with that ? 

Dean