Abdellazizhammami / arduino

Automatically exported from code.google.com/p/arduino
Other
0 stars 0 forks source link

Warning in Stream.cpp, parseFloat() doesn't return a value #657

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
line 169  Stream::parseFloat() doesn't return a value

Original issue reported on code.google.com by k9jmli...@gmail.com on 27 Sep 2011 at 3:44

GoogleCodeExporter commented 9 years ago

Original comment by dmel...@gmail.com on 27 Sep 2011 at 9:29

GoogleCodeExporter commented 9 years ago
-  parseFloat(NO_SKIP_CHAR);
+  return parseFloat(NO_SKIP_CHAR);

Original comment by memargolis@gmail.com on 28 Sep 2011 at 5:42

GoogleCodeExporter commented 9 years ago

Original comment by dmel...@gmail.com on 10 Oct 2011 at 3:31