]> skyeroc.xyz Git - dgamelaunch/commit
Fix build errors
authorRon Nazarov <ron@noisytoot.org>
Mon, 25 Nov 2024 16:12:15 +0000 (16:12 +0000)
committerRon Nazarov <ron@noisytoot.org>
Mon, 25 Nov 2024 16:12:15 +0000 (16:12 +0000)
commit852e51ec5fb77eb034796e5558e7f24f49076c45
treecf23efe4f953372c7f5936e9e957c11a159e2758
parentb691b5f9114de96aeb26ae0a65dbf05194324726
Fix build errors

Add %option yywrap to config.l to fix linker errors complaining about
a missing yywrap.

Add #define _XOPEN_SOURCE 700 to ee.c to fix
-Wimplicit-function-declaration warnings (which GCC 14 makes errors by
default) about curses widechar functions.
config.l
ee.c