Skip to content

Commit 618a4dd

Browse files
committed
make compiler specific settings come first
1 parent 80f59f5 commit 618a4dd

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

HashLib/src/Include/HashLib.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}
@@ -63,4 +54,13 @@
6354

6455
{$ENDIF}
6556

57+
{========================== Common Compiler Settings ==========================}
58+
59+
{$HINTS OFF}
60+
{$WARNINGS OFF}
61+
{$RANGECHECKS OFF}
62+
{$OVERFLOWCHECKS OFF}
63+
{$SCOPEDENUMS ON}
64+
{$POINTERMATH ON}
65+
6666
(* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& *)

0 commit comments

Comments
 (0)