This warning was caused by a typo: warning: comparison is always false due to limited range of data type --- cde/programs/dtmail/dtmail/dtb_utils.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cde/programs/dtmail/dtmail/dtb_utils.C b/cde/programs/dtmail/dtmail/dtb_utils.C index 1e5a519..04f8030 100644 --- a/cde/programs/dtmail/dtmail/dtb_utils.C +++ b/cde/programs/dtmail/dtmail/dtb_utils.C @@ -963,7 +963,7 @@ dtb_help_back_hdlr( ** Parse the combined volume/locationID string. Disable the "More..." ** button if there isn't any help info, and enable it if there is. */ - if( buffer == 0 || (*buffer == '/0') || + if( buffer == 0 || (*buffer == '\0') || (cp=strrchr(buffer,'/')) == (char *)NULL) { XtSetSensitive(more_button,False); } -- 1.7.9.2 ------------------------------------------------------------------------------ Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can respond. Discussions will include endpoint security, mobile security and the latest in malware threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/ _______________________________________________ cdesktopenv-devel mailing list cdesktopenv-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/cdesktopenv-devel