summaryrefslogtreecommitdiff
path: root/compiler/wpobase.pas
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2013-12-01 17:02:08 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2013-12-01 17:02:08 +0000
commit4df0af54aefd58a9411c3ebe37eea7d99dc41855 (patch)
treecf19f45e0a4ef126c91246943d8db4e1e098495f /compiler/wpobase.pas
parentaf02550d1078e3e48137ee74be2a5ede19b19d52 (diff)
downloadfpc-4df0af54aefd58a9411c3ebe37eea7d99dc41855.tar.gz
* fixes several issues which cause warnings by the dfa code when using it to detect uninitialized variables
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@26161 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/wpobase.pas')
-rw-r--r--compiler/wpobase.pas4
1 files changed, 2 insertions, 2 deletions
diff --git a/compiler/wpobase.pas b/compiler/wpobase.pas
index 8e637540d6..ad4ad3ad44 100644
--- a/compiler/wpobase.pas
+++ b/compiler/wpobase.pas
@@ -388,8 +388,8 @@ implementation
inherited destroy;
end;
-
-
+
+
procedure tunitwpoinfobase.resetdefs;
var
i: ptrint;