1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Cleanup of compiler warnings.

This commit is contained in:
Bruce Momjian
1998-04-06 02:38:26 +00:00
parent 6d708c6900
commit 645146260e
4 changed files with 9 additions and 10 deletions

View File

@ -256,7 +256,7 @@ int cflags;
#ifdef MB
p->next = wcp;
#else
p->next = pattern; /* convenience; we do not modify it */
p->next = (pg_wchar *)pattern; /* convenience; we do not modify it */
#endif
p->end = p->next + len;
p->error = 0;