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

Fix minor gcc warning #4372

Merged
merged 1 commit into from
Jul 22, 2016
Merged

Fix minor gcc warning #4372

merged 1 commit into from
Jul 22, 2016

Conversation

jbrazio
Copy link
Contributor

@jbrazio jbrazio commented Jul 22, 2016

sketch\Marlin_main.cpp:6667:6: warning: unused parameter 'fr_mm_m' [-Wunused-parameter]

 void tool_change(const uint8_t tmp_extruder, const float fr_mm_m/*=0.0*/, bool no_move/*=false*/) {

      ^

sketch\Marlin_main.cpp:6667:6: warning: unused parameter 'no_move' [-Wunused-parameter]

@jbrazio jbrazio added this to the 1.1.0 milestone Jul 22, 2016
@thinkyhead thinkyhead merged commit 0b2c608 into MarlinFirmware:RCBugFix Jul 22, 2016
@jbrazio jbrazio deleted the gcc-bark branch July 22, 2016 23:22
@thinkyhead thinkyhead mentioned this pull request Jul 25, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants