summaryrefslogtreecommitdiff
path: root/ACE/ACEXML
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-05-30 18:46:00 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-05-30 18:46:00 +0000
commit80a5819ed1489fca83ca910ed33c16d3f52d620b (patch)
tree62206541d9f19ebba251204500680292809dec0e /ACE/ACEXML
parentdaf78fab135792aafc97ea108a1fb92e73a8d431 (diff)
downloadATCD-80a5819ed1489fca83ca910ed33c16d3f52d620b.tar.gz
Mon May 30 18:44:55 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* ACEXML/examples/SAXPrint/main.cpp: Fixed gcc 4.6 warning * docs/bczar/bczar.html: Added some more packages
Diffstat (limited to 'ACE/ACEXML')
-rw-r--r--ACE/ACEXML/examples/SAXPrint/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ACE/ACEXML/examples/SAXPrint/main.cpp b/ACE/ACEXML/examples/SAXPrint/main.cpp
index edd92ecea93..e1943bf3a8f 100644
--- a/ACE/ACEXML/examples/SAXPrint/main.cpp
+++ b/ACE/ACEXML/examples/SAXPrint/main.cpp
@@ -34,7 +34,6 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
ACEXML_Char* filename = 0;
int sax = 0; // Use SAXPrint handler or not.
int str = 0;
- int zip = 0;
ACEXML_Char* url = 0;
ACE_Get_Opt get_opt (argc, argv, ACE_TEXT ("sf:lu:z"));
@@ -85,6 +84,7 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
ACEXML_StrCharStream* sstm = 0;
#ifdef USE_ZZIP
ACEXML_ZipCharStream* zstm = 0;
+ int zip = 0;
#endif /* USE_ZZIP */
if (filename != 0)
{