dropbox / json11

A tiny JSON library for C++11.
MIT License
2.55k stars 615 forks source link

This fixes a “No previous prototype for function” warning. #47

Closed steipete closed 8 years ago

steipete commented 8 years ago

This fixes following warnings that showed up after updating json11:

screen shot 2015-12-29 at 18 55 18

We run with -Weverything and part of this is also -Wmissing-prototypes. I'm not sure if that is enabled by default, but the more enabled warnings, the better!

smarx commented 8 years ago

Automated message from Dropbox CLA bot

@steipete, thanks for the pull request! It looks like you haven't yet signed the Dropbox CLA. Please sign it here and update the thread so we can consider merging your code.

steipete commented 8 years ago

CLA signed.