Skip to content

Commit 894a6a9

Browse files
committed
make compiler specific settings come first
1 parent 61245c1 commit 894a6a9

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

SimpleBaseLib/src/Include/SimpleBaseLib.inc

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

1212
(* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& *)
1313

14-
{========================== Common Compiler Settings ==========================}
15-
16-
{$HINTS OFF}
17-
{$WARNINGS OFF}
18-
{$RANGECHECKS OFF}
19-
{$OVERFLOWCHECKS OFF}
20-
{$SCOPEDENUMS ON}
21-
{$POINTERMATH ON}
22-
2314
{========================= Compiler Specific Settings =========================}
2415

2516
{$IFDEF FPC}
@@ -43,4 +34,13 @@
4334

4435
{$ENDIF}
4536

37+
{========================== Common Compiler Settings ==========================}
38+
39+
{$HINTS OFF}
40+
{$WARNINGS OFF}
41+
{$RANGECHECKS OFF}
42+
{$OVERFLOWCHECKS OFF}
43+
{$SCOPEDENUMS ON}
44+
{$POINTERMATH ON}
45+
4646
(* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& *)

0 commit comments

Comments
 (0)