[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug #33596] GSSocketStream uses deprecated gnutls functions
From: |
Sebastian Reitenbach |
Subject: |
[bug #33596] GSSocketStream uses deprecated gnutls functions |
Date: |
Sun, 19 Jun 2011 10:43:25 +0000 |
User-agent: |
Mozilla/5.0 (X11; OpenBSD i386; rv:2.0) Gecko/20100101 Firefox/4.0 |
URL:
<http://savannah.gnu.org/bugs/?33596>
Summary: GSSocketStream uses deprecated gnutls functions
Project: GNUstep
Submitted by: buzzdee
Submitted on: Sun 19 Jun 2011 10:43:24 AM GMT
Category: Base/Foundation
Severity: 3 - Normal
Item Group: Change Request
Status: None
Privacy: Public
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
_______________________________________________________
Details:
compiling gnustep-base on OpenBSD, gnutls-2.12.5 installed, I get those
warnings when it comes to compile GSSocketStream.m:
cc GSSocketStream.m -c \
-MMD -MP -DGNUSTEP_TARGET_DIR=\".\" -DGNUSTEP_TARGET_CPU=\"ix86\"
-DGNUSTEP_TARGET_OS=\"openbsd4.9\" -DGNUSTEP_IS_FLATTENED=\"yes\"
-DLIBRARY_COMBO=\"gnu-gnu-gnu\" -DGNUSTEP_BASE_INTERNAL=1 -Wall
-Wdeclaration-after-statement -Wcast-al
ign -DGNUSTEP -DGNUSTEP_BASE_LIBRARY=1 -DGNU_GUI_LIBRARY=1 -DGNU_RUNTIME=1
-DGNUSTEP_BASE_LIBRARY=1 -fno-strict-aliasing -fPIC -Wall -DGSWARN
-DGSDIAGNOSE -Wno-import -O2 -pipe -fgnu-runtime -fgnu-runtime
-fconstant-string-class=NSConstantSt
ring -I../Headers -I./. -I. -I/usr/local/include -I/usr/local/include
-I/usr/local/include -I/usr/local/include -I/usr/local/include/libxml2
-I/usr/local/include -I/usr/local/include -pthread
-I/gnustep-base-1.22.1_writes_to_HOME/GNUstep/Lib
rary/Headers -I/usr/local/include \
-o obj/libgnustep-base.obj/GSSocketStream.m.o
GSSocketStream.m: In function '-[GSTLS initWithInput:output:]':
GSSocketStream.m:502: warning: 'gnutls_protocol_set_priority' is deprecated
(declared at /usr/local/include/gnutls/compat.h:346)
GSSocketStream.m:509: warning: 'gnutls_protocol_set_priority' is deprecated
(declared at /usr/local/include/gnutls/compat.h:346)
GSSocketStream.m:532: warning: 'gnutls_transport_set_lowat' is deprecated
(declared at /usr/local/include/gnutls/compat.h:351)
_______________________________________________________
Reply to this item at:
<http://savannah.gnu.org/bugs/?33596>
_______________________________________________
Message sent via/by Savannah
http://savannah.gnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [bug #33596] GSSocketStream uses deprecated gnutls functions,
Sebastian Reitenbach <=