From f7586a2c13b4475fdb8844db6f29d0da934f162e Mon Sep 17 00:00:00 2001 From: Stephan Kulow Date: Tue, 13 Nov 2007 11:02:44 +0000 Subject: [PATCH] fix compile --- zypp/CapFactory.cc | 1 - zypp/base/Hash.h | 1 - zypp/parser/TagParser.cc | 2 +- 3 files changed, 1 insertion(+), 3 deletions(-) diff --git a/zypp/CapFactory.cc b/zypp/CapFactory.cc index 0cebed9..ccbc9bb 100644 --- a/zypp/CapFactory.cc +++ b/zypp/CapFactory.cc @@ -15,7 +15,6 @@ #include #include -#include #include "zypp/base/Logger.h" #include "zypp/base/Exception.h" diff --git a/zypp/base/Hash.h b/zypp/base/Hash.h index 3946a1b..dbd7e02 100644 --- a/zypp/base/Hash.h +++ b/zypp/base/Hash.h @@ -16,7 +16,6 @@ #include #include -#include /////////////////////////////////////////////////////////////////// namespace __gnu_cxx diff --git a/zypp/parser/TagParser.cc b/zypp/parser/TagParser.cc index b206383..4019160 100644 --- a/zypp/parser/TagParser.cc +++ b/zypp/parser/TagParser.cc @@ -126,7 +126,7 @@ namespace zypp std::string TagParser::errPrefix( const MultiTagPtr & tag_r, const std::string & msg_r ) const { - return str::form( "%s:%u:+%s (@%lu) | %s", + return str::form( "%s:%u:+%s (@%zd) | %s", _inputname.c_str(), tag_r->lineNo, tag_r->asString().c_str(), -- 2.7.4