Skip to content

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

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

Closed
cmaglie opened this issue Nov 15, 2012 · 0 comments

Comments

@cmaglie
Copy link
Member

cmaglie commented Nov 15, 2012

This is Issue 155 moved from a Google Code project.
Added by 2009-12-20T20:47:55.000Z by cros...@gmail.com.
Please review that bug for more context and additional comments, but update this bug.
Closed (Fixed).

Original labels: Type-Defect, Priority-Medium

Original description

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

@cmaglie cmaglie closed this as completed Nov 15, 2012
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant