From: vsr Date: Wed, 10 Feb 2021 07:12:02 +0000 (+0300) Subject: bos #23871 [CEA 18962] Build YACS with clang in C++17 mode X-Git-Tag: V9_7_0a1~4 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fyacs.git;a=commitdiff_plain;h=157c5df9028417ab90f496c3c84b4d1ec2fbcf09 bos #23871 [CEA 18962] Build YACS with clang in C++17 mode --- diff --git a/src/runtime/TypeConversions.cxx b/src/runtime/TypeConversions.cxx index fd883aa09..f0a13e2a2 100644 --- a/src/runtime/TypeConversions.cxx +++ b/src/runtime/TypeConversions.cxx @@ -59,22 +59,6 @@ namespace YACS { namespace ENGINE { - void printbin(const std::string& bin) - { - register char c; - for(int i=0;i= 0x7f) - { - fprintf(stderr,"\\x%02x",c & 0xff); - } - else - fprintf(stderr,"%c",c); - } - fprintf(stderr,"\n"); - } - std::string getImplName(ImplType impl) { switch(impl)