We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8eeec3 commit 98defdfCopy full SHA for 98defdf
1 file changed
QRCodeGenLib/src/Include/QRCodeGenLib.inc
@@ -10,15 +10,6 @@
10
11
(* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& *)
12
13
-{========================== Common Compiler Settings ==========================}
14
-
15
-{$HINTS OFF}
16
-{$WARNINGS OFF}
17
-{$RANGECHECKS OFF}
18
-{$OVERFLOWCHECKS OFF}
19
-{$SCOPEDENUMS ON}
20
-{$POINTERMATH ON}
21
22
{========================= Compiler Specific Settings =========================}
23
24
{$IFDEF FPC}
@@ -54,4 +45,13 @@
54
45
55
46
{$ENDIF}
56
47
48
+{========================== Common Compiler Settings ==========================}
49
+
50
+{$HINTS OFF}
51
+{$WARNINGS OFF}
52
+{$RANGECHECKS OFF}
53
+{$OVERFLOWCHECKS OFF}
+{$SCOPEDENUMS ON}
+{$POINTERMATH ON}
57
(* &&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&& *)
0 commit comments