xf86-video-mga: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue May 2 18:19:42 UTC 2023


 src/mga_dac3026.c |   10 +++++-----
 src/mga_dacG.c    |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

New commits:
commit 951fa4d49c28f069e5a29ed407c8ec8dd678b4cd
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Fri Apr 28 16:26:38 2023 -0700

    Fix -Wold-style-declaration warnings
    
    mga_dac3026.c:77:1: warning: ‘static’ is not at beginning of declaration
     [-Wold-style-declaration]
     const static unsigned char MGADACregs[] = {
     ^~~~~
    mga_dac3026.c:103:1: warning: ‘static’ is not at beginning of declaration
     [-Wold-style-declaration]
     const static unsigned char MGADACbpp8[DACREGSIZE] = {
     ^~~~~
    mga_dac3026.c:108:1: warning: ‘static’ is not at beginning of declaration
     [-Wold-style-declaration]
     const static unsigned char MGADACbpp16[DACREGSIZE] = {
     ^~~~~
    mga_dac3026.c:124:1: warning: ‘static’ is not at beginning of declaration
     [-Wold-style-declaration]
     const static unsigned char MGADACbpp24[DACREGSIZE] = {
     ^~~~~
    mga_dac3026.c:129:1: warning: ‘static’ is not at beginning of declaration
     [-Wold-style-declaration]
     const static unsigned char MGADACbpp32[DACREGSIZE] = {
     ^~~~~
    mga_dacG.c: In function ‘MGAGInit’:
    mga_dacG.c:1118:2: warning: ‘static’ is not at beginning of declaration
     [-Wold-style-declaration]
      const static unsigned char initDAC[] = {
      ^~~~~
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list