xpath.c: In function 'xmlXPathInit':
xpath.c:145: warning: division by zero
xpath.c:148: warning: division by zero
xpath.c:151: warning: division by zero
void
xmlXPathInit(void) {
  static int initialized = 0;
  if (initialized) return;
  xmlXPathNAN = 0;
  xmlXPathNAN /= 0;
  xmlXPathPINF = 1;
  xmlXPathPINF /= 0;
  xmlXPathMINF = -1;
  xmlXPathMINF /= 0;
  initialized = 1;
}
tylko pogratulowac pomyslowosci...
--
The only thing necessary for the triumph of evil
is for good men to do nothing.
- Edmund Burke
_______________________________________________
pld-devel-pl mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-pl