aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2017-04-23 19:42:38 -0400
committerKevin O'Connor <kevin@koconnor.net>2017-04-24 08:54:10 -0400
commit1878da228d3e96f86f7130d942801e98e03ddc84 (patch)
treefca23f18d1ae1c63889051e7410d7c46e873ecd0 /docs
parent37865d69a2cb427e75e2bf49e686d00f9d6a0efe (diff)
downloadkutter-1878da228d3e96f86f7130d942801e98e03ddc84.tar.gz
kutter-1878da228d3e96f86f7130d942801e98e03ddc84.tar.xz
kutter-1878da228d3e96f86f7130d942801e98e03ddc84.zip
build: Add workaround to suppress broken avr-gcc "misspelled" warnings
Detect avr gcc v4.8.1 and then disable warnings during the klipper.o linking to suppress bogus "misspelled signal handler" warnings. Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'docs')
-rw-r--r--docs/Installation.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/docs/Installation.md b/docs/Installation.md
index b16ca436..41174c3c 100644
--- a/docs/Installation.md
+++ b/docs/Installation.md
@@ -49,9 +49,6 @@ configured, run:
make
```
-Ignore any warnings you may see about "misspelled signal handler" (it
-is due to a bug fixed in gcc v4.8.3).
-
Installing Klipper on an AVR micro-controller
---------------------------------------------