From 1c5733ea9dcb1a1b261cf9bbb1d5ab3c514744af Mon Sep 17 00:00:00 2001 From: RandySheriffH <48490400+RandySheriffH@users.noreply.github.com> Date: Mon, 20 Jul 2020 14:10:41 -0700 Subject: [PATCH] Silence binscope warnings (#4542) * slience binscope warnings * revert change on rpath Co-authored-by: Randy --- onnxruntime/core/graph/contrib_ops/contrib_defs.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/onnxruntime/core/graph/contrib_ops/contrib_defs.cc b/onnxruntime/core/graph/contrib_ops/contrib_defs.cc index 21e5b3c4e7..fd005926ff 100644 --- a/onnxruntime/core/graph/contrib_ops/contrib_defs.cc +++ b/onnxruntime/core/graph/contrib_ops/contrib_defs.cc @@ -1587,7 +1587,7 @@ of [N, 0] then [N, 0]. .Attr( "tokenexp", "An optional string. Token's regular expression in basic POSIX format" - " (http://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_03)." + " (pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap09.html#tag_09_03)." " If set, tokenizer may produce tokens matching the specified pattern. Note that one and only of" " 'tokenexp' and 'separators' should be set.", AttributeProto::STRING,