Author: rjung
Date: Thu Jun 14 14:55:33 2012
New Revision: 1350281

URL: http://svn.apache.org/viewvc?rev=1350281&view=rev
Log:
Remove completed items form TODO.

Modified:
    tomcat/native/branches/1.1.x/TODO.txt

Modified: tomcat/native/branches/1.1.x/TODO.txt
URL: 
http://svn.apache.org/viewvc/tomcat/native/branches/1.1.x/TODO.txt?rev=1350281&r1=1350280&r2=1350281&view=diff
==============================================================================
--- tomcat/native/branches/1.1.x/TODO.txt (original)
+++ tomcat/native/branches/1.1.x/TODO.txt Thu Jun 14 14:55:33 2012
@@ -66,36 +66,6 @@ Java Tests and Examples
   Document the example in the README.txt.
 
 
-Compilation Warnings
---------------------
-
-On Solaris:
-
-src/file.c: In function 'Java_org_apache_tomcat_jni_File_writev':
-src/file.c:384: warning: pointer targets in assignment differ in signedness
-src/file.c:390: warning: pointer targets in passing argument 3 of 
'(*e)->ReleaseByteArrayElements' differ in signedness
-src/file.c: In function 'Java_org_apache_tomcat_jni_File_writevFull':
-src/file.c:418: warning: pointer targets in assignment differ in signedness
-src/file.c:428: warning: pointer targets in passing argument 3 of 
'(*e)->ReleaseByteArrayElements' differ in signedness
-
-src/network.c: In function 'Java_org_apache_tomcat_jni_Socket_sendv':
-src/network.c:668: warning: pointer targets in assignment differ in signedness
-src/network.c:674: warning: pointer targets in passing argument 3 of 
'(*e)->ReleaseByteArrayElements' differ in signedness
-src/network.c: In function 'Java_org_apache_tomcat_jni_Socket_sendfile':
-src/network.c:1220: warning: pointer targets in assignment differ in signedness
-src/network.c:1225: warning: pointer targets in assignment differ in signedness
-src/network.c:1243: warning: pointer targets in passing argument 3 of 
'(*e)->ReleaseByteArrayElements' differ in signedness
-src/network.c:1247: warning: pointer targets in passing argument 3 of 
'(*e)->ReleaseByteArrayElements' differ in signedness
-
-src/poll.c:271: warning: 'remove_all' defined but not used
-
-src/ssl.c: In function 'ssl_rand_make':
-src/ssl.c:469: warning: value computed is not used
-
-Some info on that: "The JNI functions take a jbyte*, which is a signed char*
-on my Solaris system. Whereas the iovec iov_base is a caddr_t, which is a 
char*."
-
-
 Java Classes Source Distribution
 --------------------------------
 



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to