Mailinglist Archive: opensuse-bugs (14787 mails)
| < Previous | Next > |
[Bug 218502] New: qterm-0.4.0pre3-33: ellipsis problem
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 6 Nov 2006 10:54:37 -0700 (MST)
- Message-id: <bug-218502-21960@xxxxxxxxxxxxxxxxxxxxxxxxx/>
https://bugzilla.novell.com/show_bug.cgi?id=218502
Summary: qterm-0.4.0pre3-33: ellipsis problem
Product: openSUSE 10.2
Version: Beta 1 plus
Platform: All
OS/Version: SuSE Linux 10.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: dcb314@xxxxxxxxxxx
QAContact: qa@xxxxxxx
I just tried to compile package qterm-0.4.0pre3-33 with the
Intel C compiler.
It said
qtermtelnet.cpp(85): warning #1595: non-POD (Plain Old Data) class type passed
through ellipsis
The source code is
snprintf(term, 21, "%s", cstrTermType);
I have read the source code and I agree with the compiler.
Suggest new code
snprintf(term, 21, "%s", (const char *) cstrTermType);
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
Summary: qterm-0.4.0pre3-33: ellipsis problem
Product: openSUSE 10.2
Version: Beta 1 plus
Platform: All
OS/Version: SuSE Linux 10.1
Status: NEW
Severity: Normal
Priority: P5 - None
Component: Basesystem
AssignedTo: bnc-team-screening@xxxxxxxxxxxxxxxxxxxxxx
ReportedBy: dcb314@xxxxxxxxxxx
QAContact: qa@xxxxxxx
I just tried to compile package qterm-0.4.0pre3-33 with the
Intel C compiler.
It said
qtermtelnet.cpp(85): warning #1595: non-POD (Plain Old Data) class type passed
through ellipsis
The source code is
snprintf(term, 21, "%s", cstrTermType);
I have read the source code and I agree with the compiler.
Suggest new code
snprintf(term, 21, "%s", (const char *) cstrTermType);
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
| < Previous | Next > |