]> git.eshelyaron.com Git - emacs.git/commit
Port mod-test to --enable-gcc-warnings
authorPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 May 2019 16:07:44 +0000 (09:07 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Sun, 5 May 2019 16:08:24 +0000 (09:08 -0700)
commit81487bf89122ef0f369690e421740d38dbc17e23
treeb1a0667f3c1ce352162eb7f1b943e2311a20432b
parentf9939b24ebeb222b3ca6f076512b18ed634a9b64
Port mod-test to --enable-gcc-warnings

* test/data/emacs-module/mod-test.c (NDEBUG): Undef, to prevent
GCC from complaining “error: unused variable ‘dummy’” and failing
to build the test, if --enable-gcc-warnings.
test/data/emacs-module/mod-test.c