From bf8143c649292042de87c0cef63e6cb3c523388f Mon Sep 17 00:00:00 2001
From: nancy.liao <huihui.liao@greentest.com.cn>
Date: 周四, 08 5月 2025 16:40:10 +0800
Subject: [PATCH] 修改了一些警告信息

---
 libscpi/inc/scpi/config.h |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/libscpi/inc/scpi/config.h b/libscpi/inc/scpi/config.h
index 2d3652e..c611fa8 100644
--- a/libscpi/inc/scpi/config.h
+++ b/libscpi/inc/scpi/config.h
@@ -264,8 +264,10 @@
 #else
   #define SCPIDEFINE_strtoll(n, p, b)                   strtoll((n), (p), (b))
   #define SCPIDEFINE_strtoull(n, p, b)                  strtoull((n), (p), (b))
-  extern long long int strtoll(const char *nptr, char **endptr, int base);
-  extern unsigned long long int strtoull(const char *nptr, char **endptr, int base);
+    //杩欓噷娉ㄩ噴鏄负浜嗘秷闄よ鍛�
+  //extern long long int strtoll(const char *nptr, char **endptr, int base);
+  //extern unsigned long long int strtoull(const char *nptr, char **endptr, int base);
+
   /* TODO: implement OUR_strtoll and OUR_strtoull */
   /* #warning "64bit string to int conversion not implemented" */
 #endif

--
Gitblit v1.9.1