Daily Archives: May 3, 2014


Useful reference about disabling specific compiler warnings

Earlier today while working on an IDE plugin, I got the following compiler warnings: [dcc32 Warning] W1029 Duplicate constructor ‘TLineDifference.CreateEqual’ with identical parameters will be inacessible [sic] from C++ [dcc32 Warning] W1029 Duplicate constructor ‘TLineDifference.CreateAdded’ with identical parameters will be inacessible [sic] from C++ This is caused by a record type having two or more constructors taking […]