From 90e53d0c01f2fe62ff8c5bcc41741ec3c9c47e59 Mon Sep 17 00:00:00 2001 From: Sven Gothel Date: Mon, 9 Mar 2015 03:43:55 +0100 Subject: Bug 1134 - Fix CMethodBindingEmitter return type '_res' qualifiers (part 2) Commit 414a0146660cadd35d5ae270f7f819717e9c7374 removed the const/volatile of the local return variable. This change also casts the function calling result to the same - hence removing a possible c-compiler warning of dropping qualifier const. --- make/build-test.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/build-test.xml') diff --git a/make/build-test.xml b/make/build-test.xml index b270ccd..624bd61 100644 --- a/make/build-test.xml +++ b/make/build-test.xml @@ -148,7 +148,7 @@ debug="${javacdebug}" debuglevel="${javacdebuglevel}"> - + -- cgit v1.2.3