Re: [Mesa-dev] [PATCH 1/3] Fix missing initializer warning in sid_tables.h by adding appropriate default fields in sid_tables.py

2017-06-07 Thread Nicolai Hähnle
On 04.06.2017 09:45, Benedikt Schemmer wrote: Fix missing initializer warning in sid_tables.h by adding appropriate default fields in sid_tables.py I thought this was fine? Which compiler / compiler settings complains about this? That should be added to the commit message. The change

[Mesa-dev] [PATCH 1/3] Fix missing initializer warning in sid_tables.h by adding appropriate default fields in sid_tables.py

2017-06-04 Thread Benedikt Schemmer
Fix missing initializer warning in sid_tables.h by adding appropriate default fields in sid_tables.py --- src/amd/common/sid_tables.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/amd/common/sid_tables.py b/src/amd/common/sid_tables.py index fd88d3c9d5..691d766b08