[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
BUG triggered by examples/smart
- To: XTL list <xtl@lsd.di.uminho.pt>
- Subject: BUG triggered by examples/smart
- From: Angus Leeming <a.leeming@ic.ac.uk>
- Date: Wed, 26 Apr 2000 14:45:37 +0100
- Delivered-To: mailing list xtl@lsd.di.uminho.pt
- Mailing-List: contact xtl-help@lsd.di.uminho.pt; run by ezmlm
Compiling examples/smart/smart with DEC cxx triggers the following Warning
message that I don't feel comfortable addressing:
cxx: Warning: ../../include/xtl/graphio.h, line 63: conversion from pointer to
smaller integer
The relevant line is:
trans.insert(std::pair<int,int>((int)(void*)ptr, label));
Perhaps convert to "long"? This would workk on both 32 and 64 bit machines.
Angus