Skip to content

Commit f10fae7

Browse files
committed
Remove compiler warnings
1 parent 486c86d commit f10fae7

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

libservices/my_print_error_service.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */
1515

1616
#include <service_versions.h>
17-
SERVICE_VERSION my_print_error_service= (void*)VERSION_my_print_error;
17+
SERVICE_VERSION my_print_error_service= (void*)VERSION_my_print_error;

support-files/compiler_warnings.supp

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -175,6 +175,11 @@
175175
# This one is marked with __attribute__, but we still get a (wrong) warning
176176
.*/liblzma/lz/lz_encoder\.c : variable.*in_used.*set but not used
177177

178+
#
179+
# pcre
180+
#
181+
.*/pcre/pcre_exec\.c: noclone.*attribute directive ignored
182+
178183
#
179184
# Unexplanable (?) stuff
180185
#

0 commit comments

Comments
 (0)