Re: Patch: Remove gcc dependency in definition of inline functions

Peter Eisentraut <peter_e@gmx.net>

From: Peter Eisentraut <peter_e@gmx.net>
To: Kurt Harriman <harriman@acm.org>
Cc: Tom Lane <tgl@sss.pgh.pa.us>, pgsql-hackers@postgresql.org
Date: 2010-01-19T07:48:03Z
Lists: pgsql-hackers
On mån, 2010-01-18 at 16:34 -0800, Kurt Harriman wrote:
> MSVC does warn about unused static inline functions.  The warning
> is prevented by using __forceinline instead of __inline.

Hmm, but forceinline is not the same as inline.  Are we confident that
forcing inlining is not going to lead to disadvantages?  Has this been
measured?

Is there not a setting to disable this particular warning.  I read that
MSVC has various ways to set that sort of thing.