On 2019-Apr-11, Tom Lane wrote:
> Alvaro Herrera writes:
> > (My compiler does not complain about it, even though
> > -Wdeclaration-after-statement is specified. Weird.)
>
> longfin's compiler doesn't either (clang-1001.0.46.3).
> What are you using? Maybe we should be filing bug reports?
gcc
On Thu, Apr 11, 2019 at 5:05 PM Tom Lane wrote:
> Alvaro Herrera writes:
> > (My compiler does not complain about it, even though
> > -Wdeclaration-after-statement is specified. Weird.)
>
> longfin's compiler doesn't either (clang-1001.0.46.3).
> What are you using? Maybe we should be filing bu
Alvaro Herrera writes:
> (My compiler does not complain about it, even though
> -Wdeclaration-after-statement is specified. Weird.)
longfin's compiler doesn't either (clang-1001.0.46.3).
What are you using? Maybe we should be filing bug reports?
regards, tom lane
Fix declaration after statement
This style is frowned upon. I inadvertently introduced one in commit
fe0e0b4fc7f0. (My compiler does not complain about it, even though
-Wdeclaration-after-statement is specified. Weird.)
Author: Masahiko Sawada
Branch
--
master
Details
---
https://git