config/debug.in
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Aug 30 19:58:41 2009 +0200 (2009-08-30)
changeset 1504 4e8dd617a1ca
child 1870 a4c4e51aa541
permissions -rw-r--r--
tools wrapper: fix error due to unused argument

In the C wrapper, the argc argument is not used, causing an error
(as we treat warnings as errors). Use a dummy allocation to get
rid of the warning.
yann@924
     1
menu "Debug facilities"
yann@924
     2
source config.gen/debug.in
yann@924
     3
endmenu