1
0
Fork 0
mirror of https://repo.or.cz/socat.git synced 2025-07-22 10:32:57 +00:00

merged: on some 64bit systems a compiler warning "cast from pointer to integer of different size" was issued on some option definitions

This commit is contained in:
Gerhard Rieger 2010-01-09 15:23:02 +01:00
commit 7c0339d82f
9 changed files with 54 additions and 48 deletions

View file

@ -1,11 +1,16 @@
porting:
<<<<<<< HEAD:CHANGES
building socat on systems that predefined the CFLAGS environment to
contain -Wall failed (esp.RedHat). Thanks to Paul Wouters for reporting
this problem and to Simon Matter for providing the patch
support for Solaris 8 and Sun Studio support (thanks to Sebastian
Kayser for providing the patches)
=======
on some 64bit systems a compiler warning "cast from pointer to integer
of different size" was issued on some option definitions
>>>>>>> 64bit:CHANGES
####################### V 1.7.1.1: