gbuild: add a comment why C4589 is disabled
Change-Id: I25f03d64b44c4bf8c913d0be77f1f4919355998a
This commit is contained in:
parent
c3b4f7b55e
commit
e6ae8ce995
1 changed files with 3 additions and 0 deletions
|
@ -120,6 +120,9 @@ gb_AFLAGS := $(AFLAGS)
|
|||
|
||||
# C4512: 'class' : assignment operator could not be generated
|
||||
|
||||
# C4589: Constructor of abstract class 'Derived' ignores initializer for
|
||||
# virtual base class 'Base' https://codereview.chromium.org/1234253003
|
||||
|
||||
# C4611: interaction between 'function' and C++ object destruction is
|
||||
# non-portable
|
||||
|
||||
|
|
Loading…
Reference in a new issue