Parent Directory
|
Revision Log
Fix errors reported by gcc -Wformat-security
| 1 | sysadm | 1.3 | lib_LTLIBRARIES = libgame.la |
| 2 | |||
| 3 | sysadm | 1.14 | libgame_la_SOURCES = money.h chicken.c money.c |
| 4 | sysadm | 1.3 | |
| 5 | sysadm | 1.15 | AM_CFLAGS = -I${srcdir}/../../include -std=c17 -Wall -Werror -Wno-unused-parameter -Wformat -Wformat-security -Wconversion -Wdeprecated -finline-functions |
| 6 | sysadm | 1.10 | LIBS = -L/usr/lib64/mysql/ -lmysqlclient -lz |
| 7 | sysadm | 1.3 | |
| 8 | sysadm | 1.7 | libdir = ${prefix}/game/so |
| webmaster@leafok.com | ViewVC Help |
| Powered by ViewVC 1.3.0-beta1 |