Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Another compiler error, this time on Apple (Snow Leopard) #36

Closed
Slechtvalk opened this issue Dec 8, 2014 · 1 comment
Closed

Another compiler error, this time on Apple (Snow Leopard) #36

Slechtvalk opened this issue Dec 8, 2014 · 1 comment
Assignees
Labels
bug v5 ArduinoJson 5

Comments

@Slechtvalk
Copy link

variable name shadowing occurs :
In file included from /Users/oldenburgh/techniek/software/consoletest/../externals/software/extern/json/ArduinoJson/include/ArduinoJson.h:10, from /Users/oldenburgh/techniek/software/consoletest/toepassing/jsonTest.cpp:17: /Users/oldenburgh/techniek/software/consoletest/../externals/software/extern/json/ArduinoJson/include/../include/ArduinoJson/StaticJsonBuffer.hpp: In member function ‘virtual void* ArduinoJson::StaticJsonBuffer<CAPACITY>::alloc(size_t)’: /Users/oldenburgh/techniek/software/consoletest/../externals/software/extern/json/ArduinoJson/include/../include/ArduinoJson/StaticJsonBuffer.hpp:25: warning: declaration of ‘size’ shadows a member of 'this'

@bblanchon bblanchon added the bug label Dec 9, 2014
@bblanchon bblanchon self-assigned this Dec 9, 2014
bblanchon added a commit that referenced this issue Dec 9, 2014
@bblanchon
Copy link
Owner

Thanks for telling.
Fixed in master.

Repository owner locked and limited conversation to collaborators Sep 21, 2018
@bblanchon bblanchon added the v5 ArduinoJson 5 label Feb 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug v5 ArduinoJson 5
Projects
None yet
Development

No branches or pull requests

2 participants