We used a deprecated style of GNU GCC's designated initializers. Change them

to correct C99 style to fix warnings when building with clang.
Fix some typos in hd44780-serial while being there.
This commit is contained in:
mmdolze
2012-04-25 06:34:36 +00:00
parent 83b68ed09a
commit 9e4c082fd0
5 changed files with 1813 additions and 1812 deletions
+1
View File
@@ -30,6 +30,7 @@ v0.5dev (ongoing development)
* lcdproc client: Fix build on OpenBSD >= 5.0
* hd44780/serial: Add support for adjustable backlight
* Build system: Fix build with automake >= 1.11.3 (#3494755)
* Fix clang compiler warnings about obsolete GNU designated initializers
v0.5.5
+ sed1330 driver: Add support for HG25504 (L. Lagendijk)