mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-05-19 14:43:30 +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:
parent
ba1c230402
commit
7c4d09deb2
@ -25030,3 +25030,6 @@
|
|||||||
* Cleaned up compiler warnings in 'web/rdxport/'.
|
* Cleaned up compiler warnings in 'web/rdxport/'.
|
||||||
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
|
2025-04-26 Fred Gleason <fredg@paravelsystems.com>
|
||||||
* Cleaned up compiler warnings in 'web/webget/'.
|
* 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.
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
##
|
##
|
||||||
## Use automake to process this into a Makefile.in
|
## Use automake to process this into a Makefile.in
|
||||||
|
|
||||||
AM_CFLAGS = -I ..
|
AM_CFLAGS = -Wno-stringop-overflow -I ..
|
||||||
lib_LTLIBRARIES = librivwebcapi.la
|
lib_LTLIBRARIES = librivwebcapi.la
|
||||||
dist_librivwebcapi_la_SOURCES = rd_addcart.c rd_addcart.h \
|
dist_librivwebcapi_la_SOURCES = rd_addcart.c rd_addcart.h \
|
||||||
rd_addcut.c rd_addcut.h \
|
rd_addcut.c rd_addcut.h \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user