Re: [Harbour] Harbour clang static analyzer results

2009-09-11 Thread Mindaugas Kavaliauskas
Hi, ../../../sqlmix.c:1110:22: warning: Dereference of null pointer if ( pNode->Leaf ) static void hb_mixTagSkip( PMIXTAG pTag, LONG lSkip ) { PMIXNODE pNode, pNode2; unsigned int uiPos, uiPos2; pNode = pTag->CurNode; uiPos = pTag->CurPos; if ( lSkip > 0 ) {

[Harbour] Harbour clang static analyzer results

2009-09-08 Thread Viktor Szakáts
Hi All, Running clang in static analyser mode on darwin (x86-64) resulted in these messages: (http://clang-analyzer.llvm.org/) Maybe some of them are worth to verify. --- ../../../ppcore.c:1785:21: warning: Dereference of null pointer pState->pMap[ HB_PP_HASHID( pMatch ) ] |= id;