added the cast needed to fix #129188 warning Daniel
authorDaniel Veillard <veillard@src.gnome.org>
Sun, 21 Dec 2003 11:09:50 +0000 (11:09 +0000)
committerDaniel Veillard <veillard@src.gnome.org>
Sun, 21 Dec 2003 11:09:50 +0000 (11:09 +0000)
* libxslt/transform.c: added the cast needed to fix #129188 warning
Daniel

ChangeLog
libxslt/transform.c

index d78ac0c..d0a438f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+Sun Dec 21 12:08:45 CET 2003 Daniel Veillard <daniel@veillard.com>
+
+       * libxslt/transform.c: added the cast needed to fix #129188 warning
+
 Sat Dec 20 23:37:31 HKT 2003 William Brack <wbrack@mmm.com.hk>
 
        * libexslt/transform.c: fixed Bug 129624 (erroneous output
index 9963288..c9b5b36 100644 (file)
@@ -290,7 +290,7 @@ xsltGetXIncludeDefault(void) {
     return(xsltDoXIncludeDefault);
 }
 
-unsigned long xsltDefaultTrace = XSLT_TRACE_ALL;
+unsigned long xsltDefaultTrace = (unsigned long) XSLT_TRACE_ALL;
 
 /**
  * xsltDebugSetDefaultTrace