From cb3bd43ca56414c9208aacdd261bf8f3abf2b637 Mon Sep 17 00:00:00 2001
From: Serge Lamikhov-Center <to_serge@users.sourceforge.net>
Date: Sat, 3 Nov 2018 18:11:32 +0200
Subject: [PATCH] Avoid warning regarding incompatible integer types

---
 elfio/elfio_dump.hpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/elfio/elfio_dump.hpp b/elfio/elfio_dump.hpp
index 913011e..4ace665 100644
--- a/elfio/elfio_dump.hpp
+++ b/elfio/elfio_dump.hpp
@@ -752,7 +752,7 @@ class dump
 //------------------------------------------------------------------------------
     static void
     dynamic_tag( std::ostream& out,
-                 int           no,
+                 Elf_Xword     no,
                  Elf_Xword     tag,
                  Elf_Xword     value,
                  std::string   str,
-- 
GitLab