Bug#293706: ht: FTBFS (amd64/gcc-4.0): cast from 'const char*' to 'int' loses precision

2005-04-08 Thread Andreas Jochens
The attached patch is an updated version of the amd64/gcc-4.0 patch which applies cleanly to the latest version of ht. Regards Andreas Jochens diff -urN ../tmp-orig/ht-0.8.0/analyser/analy_names.cc ./analyser/analy_names.cc --- ../tmp-orig/ht-0.8.0/analyser/analy_names.cc2004-03-23

Bug#293706: ht: FTBFS (amd64/gcc-4.0): cast from 'const char*' to 'int' loses precision

2005-02-04 Thread Andreas Jochens
Package: ht Severity: normal Tags: patch When building 'ht' on amd64 with gcc-4.0, I get the following errors: analy_names.cc: In function 'char* label_prefix(const char*)': analy_names.cc:98: error: cast from 'const char*' to 'int' loses precision With the attached patch 'ht' can be compiled