diff options
author | Iain Buclaw <ibuclaw@gdcproject.org> | 2020-09-08 18:16:45 +0200 |
---|---|---|
committer | Iain Buclaw <ibuclaw@gdcproject.org> | 2020-09-10 18:04:11 +0200 |
commit | 27f698bde905c1c106f0404dc7d0df1819761ce7 (patch) | |
tree | 9738582dd620f8d87eaf53b1ad277ad133c9ab72 /gotools/configure.ac | |
parent | 29ff25e70671ce2046aab5cf89bf519ec6cf2bed (diff) | |
download | gcc-27f698bde905c1c106f0404dc7d0df1819761ce7.zip gcc-27f698bde905c1c106f0404dc7d0df1819761ce7.tar.gz gcc-27f698bde905c1c106f0404dc7d0df1819761ce7.tar.bz2 |
d: Don't warn about variables initialized with 'void'
There is no problem with using `T var = void', it is if the variable
remains uninitialized on first use that a warning should be issued.
gcc/d/ChangeLog:
* decl.cc (DeclVisitor::visit (VarDeclaration *)): Don't warn about
variables initialized with 'void'.
Diffstat (limited to 'gotools/configure.ac')
0 files changed, 0 insertions, 0 deletions