915resolution: Fix build failure with GCC 9master
commit8a245d5c1800627af4cefa99162a89c7a46d8842
authorColin Watson <cjwatson@ubuntu.com>
Fri, 8 Nov 2019 08:06:45 +0000 (8 08:06 +0000)
committerColin Watson <cjwatson@ubuntu.com>
Fri, 8 Nov 2019 08:06:45 +0000 (8 08:06 +0000)
treea25875ed1beb58c23a750fc3616db8066d320808
parent136763a4cc9ca3a4f59d05b79eede2159d6f441e
915resolution: Fix build failure with GCC 9

GCC 9 has a new -Waddress-of-packed-member warning, enabled by default;
set_mode trips over this by taking the addresses of members of the
packed modeline structs.  Use local variables to avoid this.
915resolution/915resolution.c