mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-06 05:44:11 +01:00
eliminated gcc-4 compilation warnings
This commit is contained in:
@@ -126,8 +126,8 @@ enqueueMessage(WMConnection *cPtr, char *message)
|
||||
}
|
||||
|
||||
|
||||
static unsigned char*
|
||||
findDelimiter(unsigned char *data, unsigned const char *endPtr)
|
||||
static char*
|
||||
findDelimiter(char *data, const char *endPtr)
|
||||
{
|
||||
wassertrv(data < endPtr, NULL);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user