From 7f7a310c0723050f86f4f57ec6c85e61a72e2e97 Mon Sep 17 00:00:00 2001 From: Torbjörn Svensson Date: Thu, 5 Nov 2020 20:35:34 +0100 Subject: Bug 568079: Warnings as errors All compile warnings for native code should be handled. Change-Id: I5ee391fd24339cb55646dbd2980d2856fabe8ddb Signed-off-by: Torbjörn Svensson --- .../native_src/Makefile | 2 +- .../os/win32/x86_64/serial.dll | Bin 381152 -> 381152 bytes 2 files changed, 1 insertion(+), 1 deletion(-) (limited to 'native') diff --git a/native/org.eclipse.cdt.native.serial/native_src/Makefile b/native/org.eclipse.cdt.native.serial/native_src/Makefile index e3cbc23cb05..27d62fe8c56 100644 --- a/native/org.eclipse.cdt.native.serial/native_src/Makefile +++ b/native/org.eclipse.cdt.native.serial/native_src/Makefile @@ -22,7 +22,7 @@ REPRODUCIBLE_BUILD_WRAPPER := $(shell git rev-parse --show-toplevel)/releng/scri OS_DIR = ../os CFLAGS += -fPIC -D_REENTRANT -COMMON_CFLAGS := -Wall -pedantic +COMMON_CFLAGS := -Wall -pedantic -Werror UNAME = $(shell uname) ifeq ($(UNAME),Linux) diff --git a/native/org.eclipse.cdt.native.serial/os/win32/x86_64/serial.dll b/native/org.eclipse.cdt.native.serial/os/win32/x86_64/serial.dll index 5a68572e0c9..c4cc3e47a28 100755 Binary files a/native/org.eclipse.cdt.native.serial/os/win32/x86_64/serial.dll and b/native/org.eclipse.cdt.native.serial/os/win32/x86_64/serial.dll differ -- cgit v1.2.3