[janitor] dlls/winsock -Wwrite-strings cleanup

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Fixed warnings with gcc option "-Wwrite-strings".

Index: dlls/winsock/tests/sock.c
===================================================================
RCS file: /home/wine/wine/dlls/winsock/tests/sock.c,v
retrieving revision 1.10
diff -u -r1.10 sock.c
--- dlls/winsock/tests/sock.c	5 Sep 2003 23:08:26 -0000	1.10
+++ dlls/winsock/tests/sock.c	6 Oct 2003 19:45:12 -0000
@@ -68,7 +68,7 @@
 {
     int          sock_type;
     int          sock_prot;
-    char        *inet_addr;
+    const char  *inet_addr;
     short        inet_port;
     int          chunk_size;
     int          n_chunks;

[Index of Archives]     [Gimp for Windows]     [Red Hat]     [Samba]     [Yosemite Camping]     [Graphics Cards]     [Wine Home]

  Powered by Linux