> gettimeofday.c:35: warning: integer constant is too large for "long"
Bruce Momjian <bruce@momjian.us>
> gettimeofday.c:35: warning: integer constant is too large for "long" > type Wouldn't it be better to use the UINT64CONST macro? I realize this file is Windows-only, but we do worry about more than one compiler on that platform. Kris Jurka
Files
| Path | Change | +/− |
|---|---|---|
| src/include/commands/sequence.h | modified | +2 −6 |
| src/port/gettimeofday.c | modified | +2 −2 |