mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-19 17:11:15 +02:00
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
* Disabled 'stringop-overflow' warnings in 'apis/rivwebcapi/rivwebcapi/' to avoid false warnings. Signed-off-by: Fred Gleason <fredg@paravelsystems.com>
This commit is contained in:
@@ -18,7 +18,7 @@
|
||||
##
|
||||
## Use automake to process this into a Makefile.in
|
||||
|
||||
AM_CFLAGS = -I ..
|
||||
AM_CFLAGS = -Wno-stringop-overflow -I ..
|
||||
lib_LTLIBRARIES = librivwebcapi.la
|
||||
dist_librivwebcapi_la_SOURCES = rd_addcart.c rd_addcart.h \
|
||||
rd_addcut.c rd_addcut.h \
|
||||
|
Reference in New Issue
Block a user