Selaa lähdekoodia

Mute hints and warnings from Quick lib

JECL 3 vuotta sitten
vanhempi
commit
ffaf376218
1 muutettua tiedostoa jossa 8 lisäystä ja 0 poistoa
  1. 8 0
      QuickLib.inc

+ 8 - 0
QuickLib.inc

@@ -21,6 +21,14 @@
      ***************************************************************************
      ***************************************************************************
 }
 }
 
 
+{$ifdef QUICK_WARNOFF}
+	{$WARNINGS OFF}
+{$endif}
+
+{$ifdef QUICK_HINTSOFF}
+	{$HINTS OFF}
+{$endif}
+
 {$ifdef FPC}
 {$ifdef FPC}
   {$MODE DELPHI}
   {$MODE DELPHI}