summaryrefslogtreecommitdiff
path: root/compiler/x86/nx86cnv.pas
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2011-10-05 20:11:09 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2011-10-05 20:11:09 +0000
commit3c01e664bc20efa9e6f4748de5af54b1db524cc6 (patch)
tree997cd3bb227bf442d738946cdda23dbf4f25b86d /compiler/x86/nx86cnv.pas
parent0021c74061d341787c52ce9590faa1ee13f93e9c (diff)
downloadfpc-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.pas2
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; }