]> granicus.if.org Git - postgresql/commit - src/interfaces/libpq/fe-secure.c
Squelch some VC++ compiler warnings. Mark float literals with the "f"
authorNeil Conway <neilc@samurai.com>
Fri, 26 Jan 2007 17:45:42 +0000 (17:45 +0000)
committerNeil Conway <neilc@samurai.com>
Fri, 26 Jan 2007 17:45:42 +0000 (17:45 +0000)
commit8ff2bccee31a7be12f653bc533b3e76c052534f8
treef56dcf47c08037f04974372492ce5a660d303472
parent8924c568202122075ae666e8815bc2960496754c
Squelch some VC++ compiler warnings. Mark float literals with the "f"
suffix, to distinguish them from doubles. Make some function declarations
and definitions use the "const" qualifier for arguments consistently.
Ignore warning 4102 ("unreferenced label"), because such warnings
are always emitted by bison-generated code. Patch from Magnus Hagander.
contrib/intarray/_int.h
contrib/pg_trgm/trgm_op.c
contrib/tsearch2/rank.c
src/include/pg_config.h.win32
src/interfaces/libpq/fe-secure.c
src/interfaces/libpq/libpq-int.h
src/timezone/ialloc.c
src/timezone/zic.c
src/tools/msvc/Project.pm
src/tools/msvc/mkvcbuild.pl