We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c34b5a commit a5bb737Copy full SHA for a5bb737
Delphi.Mocks.Expectation.pas
@@ -35,10 +35,8 @@ interface
35
Delphi.Mocks.Interfaces,
36
Delphi.Mocks.Utils;
37
38
-
39
-//disable warnings about c++ compatibility, since we don't intend to support it.
40
-{$WARN DUPLICATE_CTOR_DTOR OFF}
41
-//for some reason this doesn't work.. this should override the project settings.
+//NOTE : To disable warnings about c++ compatibility Add the following to your dpr
+//{$WARN DUPLICATE_CTOR_DTOR OFF}
42
43
type
44
TExpectation = class(TInterfacedObject,IExpectation)
0 commit comments