1
0
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:
Neil Conway
2005-06-30 07:08:59 +00:00
parent 175c25a404
commit 4802bb57a6
16 changed files with 21 additions and 21 deletions

View File

@@ -3,7 +3,7 @@
#include <decimal.h>
int
main()
main(void)
{
char *text="error\n";
numeric *value1, *value2, *res;