diff options
author | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2011-10-05 20:11:09 +0000 |
---|---|---|
committer | florian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2011-10-05 20:11:09 +0000 |
commit | 3c01e664bc20efa9e6f4748de5af54b1db524cc6 (patch) | |
tree | 997cd3bb227bf442d738946cdda23dbf4f25b86d /compiler/x86/nx86cnv.pas | |
parent | 0021c74061d341787c52ce9590faa1ee13f93e9c (diff) | |
download | fpc-3c01e664bc20efa9e6f4748de5af54b1db524cc6.tar.gz |
o patch by Alexander Shishkin, resolves #20409
* eliminate warnings in compiler (i386 & i368->x86_64) and minor refactorings
- comment out unused vars and types
- comment out unneeded comparisons (Longword <=> 0)
- suppress some "comparison always true|false" warnings
- tweak visiblity sections
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@19385 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'compiler/x86/nx86cnv.pas')
-rw-r--r-- | compiler/x86/nx86cnv.pas | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/x86/nx86cnv.pas b/compiler/x86/nx86cnv.pas index 2d679655cb..7884c5c803 100644 --- a/compiler/x86/nx86cnv.pas +++ b/compiler/x86/nx86cnv.pas @@ -30,7 +30,7 @@ interface type tx86typeconvnode = class(tcgtypeconvnode) - protected + protected function first_real_to_real : tnode;override; { procedure second_int_to_int;override; } { procedure second_string_to_string;override; } |