fix up a couple non-prototypes of the form foo() to be foo(void) -- found using -Wstrict-prototypes
Greg Stark <stark@mit.edu>
fix up a couple non-prototypes of the form foo() to be foo(void) -- found using -Wstrict-prototypes
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_basebackup/pg_basebackup.c | modified | +2 −2 |
| src/interfaces/ecpg/include/ecpglib.h | modified | +1 −1 |