Improved some code documentation

Added the -Wall option to the protocol module Makefile

Fixed warnings in telnetd
This commit is contained in:
Mark Riddoch
2013-06-26 09:31:46 +02:00
parent 9e2a41c2b7
commit 1595725494
7 changed files with 53 additions and 20 deletions

View File

@ -64,3 +64,4 @@ MySQLProtocol * gw_mysql_init(MySQLProtocol *ptr);
int MySQLWrite(DCB *dcb, GWBUF *queue);
int gw_write_backend_event(DCB *dcb);
int gw_read_backend_event(DCB *dcb);
int setnonblocking(int fd);