Linked Applications
Loading…
Dashboards
Projects
Issues
Give feedback to Atlassian
Help
Jira Core help
Keyboard Shortcuts
Issue Reminders help
About Jira
Jira Credits
Log In
MariaDB Server
MDEV-13959
mariadb-10.2.9/libmariadb/libmariadb/mariadb_dyncol.c:3971:27: warning: duplicated ‘if’ condition [-Wduplicated-cond]
Log In
Export
XML
Word
Printable
Details
Type:
Bug
Status:
Closed
(
View Workflow
)
Priority:
Major
Resolution:
Fixed
Affects Version/s:
None
Fix Version/s:
10.2.10
Component/s:
Compiling
Labels:
cppcheck
Description
Source code is
if
(*src ==
'-'
)
{
sign= -1;
src++;
}
else
if
(*src ==
'-'
)
src++;
Attachments
Activity
People
Assignee:
Georg Richter
Reporter:
David Binderman
Votes:
0
Vote for this issue
Watchers:
2
Start watching this issue
Dates
Created:
2017-09-29 08:59
Updated:
2017-09-30 12:12
Resolved:
2017-09-30 12:12