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

neovim / neovim / 3042
77%

Build:
DEFAULT BRANCH: master
Ran 14 Jul 2014 06:36PM UTC
Jobs 2
Files 382
Run time 11min
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
3042

push

travis-ci

aktau
Use strict function prototypes #945

`-Wstrict-prototypes` warn if a function is declared or defined without
specifying the argument types.

This warning disallow function prototypes with empty parameter list.
In C, a function declared with an empty parameter list accepts an
arbitrary number of arguments when being called. This is for historic
reasons; originally, C functions didn't have prototypes, as C evolved
from B, a typeless language. When prototypes were added, the original
typeless declarations were left in the language for backwards
compatibility.
Instead we should provide `void` in argument list to state
that function doesn't have arguments.

Also this warning disallow declaring type of the parameters after the
parentheses because Neovim header generator produce no declarations for
old-stlyle prototypes: it expects to find `{` after prototype.

63985 of 114239 relevant lines covered (56.01%)

88574.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 3042.1 (TRAVIS_BUILD_TYPE=clang/asan) 14 Jul 2014 06:42PM UTC 0
58.88
Travis Job 3042.1
3 3042.3 (TRAVIS_BUILD_TYPE=gcc/unittest) 14 Jul 2014 06:36PM UTC 0
0.49
Travis Job 3042.3
Source Files on build 3042
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #3042
  • 47084ea7 on github
  • Prev Build on master (#3021)
  • Next Build on master (#3052)
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