Skip to content
New issue

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

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

Already on GitHub? # to your account

[Prevent unwanted Compiler Warnings]: Issue #772 - wrong format specifier in line 754 #773

Merged
merged 4 commits into from
Jan 5, 2024

Conversation

hasenradball
Copy link
Contributor

Issue #772:

  • change in line 484 --> fallthrough
  • change in line 754 --> formatspecifier %lu instaed %d

- change in line 484 --> fallthrough
- change in line 754 --> formatspecifier lu instaed d
remove fallthrough fix in code part of line 484.
@hasenradball hasenradball changed the title [Prevent unwanted Compiler Warnings]: Issue #772 [Prevent unwanted Compiler Warnings]: Issue #772 - wrong format specifier in line 754 Sep 14, 2022
@Links2004 Links2004 merged commit 8d193b1 into Links2004:master Jan 5, 2024
36 checks passed
MitchBradley added a commit to MitchBradley/arduinoWebSockets that referenced this pull request May 2, 2024
* set minimum bufsize for base64 encode

* update github actions to arduino-cli for build tests

* IDE_VERSION --> CLI_VERSION

* fix cli download URL

* use ARDUINO_BOARD_MANAGER_ADDITIONAL_URLS env for setting board URLs

* - Fix memory leak by calling delete _server in the WebSocketsServer destructor.
- Improve performance by looking for match to existing socket before creating a new one

* added option arguments in socket io being, for pingInterval, pongTimeout, and disconnectTimeoutCount

* updated the header file for the same changes

* 🐛➖ removed default values from *.cpp file

* update actions/cache@v3

* fix getSocketNumber for ESP

* code style

* Remove compiler warnings (Links2004#854)

* [Prevent unwanted Compiler Warnings]: Issue Links2004#772

* [Prevent unwanted Compiler Warnings]: Issue Links2004#772 - wrong format specifier in line 754  (Links2004#773)

* [Prevent unwanted Compiler Warnings]: Issue Links2004#772

* fix build_sketch_cli result handling

---------

Co-authored-by: matth-x <63792403+matth-x@users.noreply.github.com>
Co-authored-by: Links2004 <help.markus+gitk@gmail.com>
Co-authored-by: patrick <patcou@yahoo.com>
Co-authored-by: Shreyansh Jain <shreyanshmacro@gmail.com>
Co-authored-by: Lukas Runge <login@lukasrunge.de>
Co-authored-by: Hasenradball <mail@frankhaefele.de>
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants