gbuild: add a comment why C4589 is disabled

Change-Id: I25f03d64b44c4bf8c913d0be77f1f4919355998a
This commit is contained in:
Michael Stahl 2015-09-14 12:50:55 +02:00
parent c3b4f7b55e
commit e6ae8ce995

View file

@ -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