Skip to content

Commit 98defdf

Browse files
committed
make compiler specific settings come first
1 parent c8eeec3 commit 98defdf

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

QRCodeGenLib/src/Include/QRCodeGenLib.inc

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

1111
(* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& *)
1212

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

2415
{$IFDEF FPC}
@@ -54,4 +45,13 @@
5445

5546
{$ENDIF}
5647

48+
{========================== Common Compiler Settings ==========================}
49+
50+
{$HINTS OFF}
51+
{$WARNINGS OFF}
52+
{$RANGECHECKS OFF}
53+
{$OVERFLOWCHECKS OFF}
54+
{$SCOPEDENUMS ON}
55+
{$POINTERMATH ON}
56+
5757
(* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& *)

0 commit comments

Comments
 (0)