• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

curl / curl / 10262
37%

Build:
DEFAULT BRANCH: master
Ran 05 Apr 2019 04:26AM UTC
Jobs 1
Files 83
Run time 22s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
10262

push

travis-ci

jay
smtp: fix compiler warning

- Fix clang string-plus-int warning.

Clang 8 warns about adding a string to an int does not append to the
string. Indeed it doesn't, but that was not the intention either. Use
array indexing as suggested to silence the warning. There should be no
functional changes.

(In other words clang warns about "foo"+2 but not &"foo"[2] so use the
latter.)

smtp.c:1221:29: warning: adding 'int' to a string does not append to the
string [-Wstring-plus-int]
      eob = strdup(SMTP_EOB + 2);
            ~~~~~~~~~~~~~~~~^~~~

Closes https://github.com/curl/curl/pull/3729

168 of 212 relevant lines covered (79.25%)

0.0 hits per line

Jobs
ID Job ID Ran Files Coverage
26 10262.26 (T=coverage OVERRIDE_CC="CC=gcc-8" OVERRIDE_CXX="CXX=g++-8") 05 Apr 2019 04:26AM UTC 0
76.16
Travis Job 10262.26
Source Files on build 10262
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #10262
  • f5a77473 on github
  • Prev Build on master (#10259)
  • Next Build on master (#10268)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc