Cleaned up compiler warnings when compiled with Win32 MS/TP datalink.

This commit is contained in:
skarg
2011-01-14 15:23:03 +00:00
parent 2f9d601178
commit 624de45fc8
4 changed files with 9 additions and 4 deletions
+2 -1
View File
@@ -53,6 +53,7 @@
#define WIN32_LEAN_AND_MEAN
#define STRICT 1
#include <windows.h>
#include "rs485.h"
/* details from Serial Communications in Win32 at MSDN */
@@ -89,7 +90,7 @@ static DWORD RS485_RTSControl = RTS_CONTROL_DISABLE;
* ALGORITHM: none
* NOTES: none
*****************************************************************************/
void strupper(
static void strupper(
char *str)
{
char *p;