mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-07 18:40:41 +02:00
VTV: Removing hints and warnings from units: "dummydragmanager", "dummyolemethods" and "dummyactivex", those are just empty stubs(fake units), they sole purpose is to make sure VTV compiles on non-windows systems. Hints and warnings are redundant here.
git-svn-id: trunk@58111 -
This commit is contained in:
parent
66c0256b45
commit
af2412388b
@ -1,4 +1,5 @@
|
|||||||
|
{$warnings off}
|
||||||
|
{$hints off}
|
||||||
|
|
||||||
//----------------------------------------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
@ -1,3 +1,5 @@
|
|||||||
|
{$warnings off}
|
||||||
|
{$hints off}
|
||||||
function TBaseVirtualTree.GetTreeFromDataObject(const DataObject: IDataObject): TBaseVirtualTree;
|
function TBaseVirtualTree.GetTreeFromDataObject(const DataObject: IDataObject): TBaseVirtualTree;
|
||||||
|
|
||||||
// Returns the owner/sender of the given data object by means of a special clipboard format
|
// Returns the owner/sender of the given data object by means of a special clipboard format
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
|
{$warnings off}
|
||||||
|
{$hints off}
|
||||||
|
|
||||||
{fake unit just to compile - not used under non windows}
|
{fake unit just to compile - not used under non windows}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user