api_msg.c: Remove some compiler warnings : parameter "pcb" was never referenced.

This commit is contained in:
fbernon
2007-03-04 16:25:04 +00:00
parent 12e0a2ef7d
commit 1ffd049833
2 changed files with 15 additions and 0 deletions

View File

@@ -42,6 +42,9 @@ HISTORY
++ Bug fixes:
2007-03-04 Frédéric Bernon
* api_msg.c: Remove some compiler warnings : parameter "pcb" was never referenced.
2007-03-04 Frédéric Bernon
* api_lib.c: Fix "[patch #5764] api_lib.c cleanup: after patch #5687" (from Dmitry Potapov).
The api_msg struct stay on the stack (not moved to netconn struct).