This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "X driver for VIA IGPs".
The branch, master has been updated via ae62ee78bf6aa7b8f3ba642fc8d5ff55947b5741 (commit) from b4bfc1a4cf1d54e5ec2a9301c7c44433d3afa8a1 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit ae62ee78bf6aa7b8f3ba642fc8d5ff55947b5741 Author: Kevin Brace <kevinbr...@gmx.com> Date: Mon Jun 20 01:17:02 2016 -0500 Fix for xf86InitFBManager implicit declaration warning Commit e73fa19 removed including xf86fbman.h when compiling via_ums.c, and as a result, if the code was compiled with a stricter warning compilation option, it will not be able to successfully compile the code due to it not being able to resolve the lack of xf86InitFBManager declaration. Including xf86fbman.h with via_driver.h resolves this problem. Reported-by: Benno Schulenberg <bensb...@justemail.net> Tested-by: Xavier Bachelot <xav...@bachelot.org> Signed-off-by: Kevin Brace <kevinbr...@gmx.com> ----------------------------------------------------------------------- Summary of changes: src/via_driver.h | 1 + 1 file changed, 1 insertion(+) hooks/post-receive -- X driver for VIA IGPs _______________________________________________ Openchrome-devel mailing list Openchrome-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/openchrome-devel