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:
Fred Gleason 2025-04-26 19:19:12 -04:00
parent ba1c230402
commit 7c4d09deb2
2 changed files with 4 additions and 1 deletions

View File

@ -25030,3 +25030,6 @@
* Cleaned up compiler warnings in 'web/rdxport/'.
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
* Cleaned up compiler warnings in 'web/webget/'.
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
* Disabled 'stringop-overflow' warnings in
'apis/rivwebcapi/rivwebcapi/' to avoid false warnings.

View File

@ -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 \