jung6717 / arduino

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

Fix for compiler warnings and fix Makefile for 'main.cpp' instead of 'main.cxx' #155

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The attached patch fixes a few things:

 * compiler warnings about "delay.h has been moved" in wiring_private.h;
 * various "no newline at end of file" warnings in Wiring files (maybe
better submitted upstream?);
 * implicit cast warnings in pins_arduino.c; and
 * 'main.cxx' changed to 'main.cpp' in r799(?), but the Makefile wasn't
updated to reflect this change.

-----

What version of the Arduino software are you using? On what operating
system?  Which Arduino board are you using?

seth@it-k10632 ~/code/arduino-read-only $ svn info | grep Revision
Revision: 808
seth@it-k10632 ~/code/arduino-read-only $ uname -a
OpenBSD it-k10632.crosse.org 4.6 GENERIC.MP#14 amd64

Board:  Duemilanove

Please provide any additional information below.

(See attached patchfile)

$ pkg_info | grep avr | awk '{ print $1 }'
avr-binutils-2.18p0
avr-gcc-4.2.2p1
avr-gdb-6.3p2
avr-libc-1.6.6p0
avrdude-5.8

Original issue reported on code.google.com by cros...@gmail.com on 20 Dec 2009 at 8:47

Attachments:

GoogleCodeExporter commented 9 years ago
In the interest of having complete information, I just updated my system and 
new avr*
packages came down as well:

seth@it-k10632 ~ $ pkg_info | grep avr | awk '{ print $1 }'
avr-binutils-2.19.1
avr-gcc-4.2.2p2
avr-gdb-6.3p3
avr-libc-1.6.7
avrdude-5.8p0

Original comment by cros...@gmail.com on 21 Dec 2009 at 12:33

GoogleCodeExporter commented 9 years ago
I think these have been fixed or made unnecessary by now, so I'm closing this.

Original comment by dmel...@gmail.com on 21 Oct 2011 at 10:50