Hi,

On Fedora 12 we have now:

native build (gcc):
Information for build gcc-4.4.2-10.fc12
ID 141251
Package Name gcc
Version 4.4.2
Release 10.fc12
================================================
Clean build without errors or warnings
================================================

native build (clang):
Information for build llvm-2.6-0.5.pre1.fc12
ID 131354
Package Name llvm
Version 2.6
Release 0.5.pre1.fc12 
================================================
Clean build without errors just some warnings and one strange issue, see below:

../../../sqlite3.c:46237:3: warning: expression result unused [-Wunused-value]
  expandBlob(pMem);
  ^~~~~~~~~~~~~~~~
../../../sqlite3.c:46136:74: note: instantiated from:
#define expandBlob(P) (((P)->flags&MEM_Zero)?sqlite3VdbeMemExpandBlob(P):0)
                                                                         ^
../../../sqlite3.c:47057:3: warning: expression result unused [-Wunused-value]
  expandBlob(pVal);
  ^~~~~~~~~~~~~~~~
../../../sqlite3.c:46136:74: note: instantiated from:
#define expandBlob(P) (((P)->flags&MEM_Zero)?sqlite3VdbeMemExpandBlob(P):0)
                                                                         ^
../../../sqlite3.c:53779:5: warning: expression result unused [-Wunused-value]
    ExpandBlob(pIn1);
    ^~~~~~~~~~~~~~~~
../../../sqlite3.c:51635:74: note: instantiated from:
#define ExpandBlob(P) (((P)->flags&MEM_Zero)?sqlite3VdbeMemExpandBlob(P):0)
                                                                         ^
../../../sqlite3.c:53780:5: warning: expression result unused [-Wunused-value]
    ExpandBlob(pIn3);
    ^~~~~~~~~~~~~~~~
../../../sqlite3.c:51635:74: note: instantiated from:
#define ExpandBlob(P) (((P)->flags&MEM_Zero)?sqlite3VdbeMemExpandBlob(P):0)
                                                                         ^
../../../sqlite3.c:54354:5: warning: expression result unused [-Wunused-value]
    ExpandBlob(u.an.pRec);
    ^~~~~~~~~~~~~~~~~~~~~
../../../sqlite3.c:51635:74: note: instantiated from:
#define ExpandBlob(P) (((P)->flags&MEM_Zero)?sqlite3VdbeMemExpandBlob(P):0)
                                                                         ^
../../../sqlite3.c:55446:5: warning: expression result unused [-Wunused-value]
    ExpandBlob(pIn3);
    ^~~~~~~~~~~~~~~~
../../../sqlite3.c:51635:74: note: instantiated from:
#define ExpandBlob(P) (((P)->flags&MEM_Zero)?sqlite3VdbeMemExpandBlob(P):0)
                                                                         ^
6 diagnostics generated.
================================================

Windows cross build (mingw):
Information for build mingw32-gcc-4.4.1-3.fc12
ID 132548
Package Name mingw32-gcc
Version 4.4.1
Release 3.fc12
================================================
Clean build without errors just some warnings:
../../../win_prn2.c: In function 'int hb_PrintFileRaw(const char*, const char*, 
const char*)':
../../../win_prn2.c:442: warning: deprecated conversion from string constant to 
'WCHAR*'
================================================

The clang build is executed with 'export HB_WITH_QT=no'. Without this setting, 
very strange, the clang itself crashes, maybe I am fault, I don't know the 
statuses of the other distros.

Best regards,
István


_______________________________________________
Harbour mailing list (attachment size limit: 40KB)
[email protected]
http://lists.harbour-project.org/mailman/listinfo/harbour

Reply via email to