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

neovim / neovim / 3042 / 3
77%
master: 77%

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

14 Jul 2014 06:28PM UTC coverage: 0.487% (+0.004%) from 0.483%
TRAVIS_BUILD_TYPE=gcc/unittest

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.

463 of 95071 relevant lines covered (0.49%)

0.23 hits per line

Source Files on job 3042.3 (TRAVIS_BUILD_TYPE=gcc/unittest)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 3042
  • Travis Job 3042.3
  • 47084ea7 on github
  • Prev Job for TRAVIS_BUILD_TYPE=gcc/unittest on master (#3021.3)
  • Next Job for TRAVIS_BUILD_TYPE=gcc/unittest on master (#3052.3)
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