mirror of
https://github.com/postgres/postgres.git
synced 2025-08-31 17:02:12 +03:00
Warning cleanups for ecpg tests. Avoid doing pointer arithmetic on void *,
remove old-style function declarations, and mark a function "static". There are some remaining warnings, but this fixes most of them, anyway.
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
#include <decimal.h>
|
||||
|
||||
int
|
||||
main()
|
||||
main(void)
|
||||
{
|
||||
char *text="error\n";
|
||||
numeric *value1, *value2, *res;
|
||||
|
Reference in New Issue
Block a user