Skip to content

Commit 8b0b175

Browse files
committed
make compiler specific settings come first
1 parent ffa2dc2 commit 8b0b175

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

CryptoLib/src/Include/CryptoLib.inc

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,6 @@
1515

1616
(* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& *)
1717

18-
{========================== Common Compiler Settings ==========================}
19-
20-
{$HINTS OFF}
21-
{$WARNINGS OFF}
22-
{$RANGECHECKS OFF}
23-
{$OVERFLOWCHECKS OFF}
24-
{$SCOPEDENUMS ON}
25-
{$POINTERMATH ON}
26-
2718
{========================= Compiler Specific Settings =========================}
2819

2920
{$IFDEF FPC}
@@ -119,4 +110,13 @@
119110

120111
{$ENDIF}
121112

113+
{========================== Common Compiler Settings ==========================}
114+
115+
{$HINTS OFF}
116+
{$WARNINGS OFF}
117+
{$RANGECHECKS OFF}
118+
{$OVERFLOWCHECKS OFF}
119+
{$SCOPEDENUMS ON}
120+
{$POINTERMATH ON}
121+
122122
(* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& *)

0 commit comments

Comments
 (0)