mirror of
https://github.com/corda/corda.git
synced 2025-01-03 19:54:13 +00:00
The warning -Wold-style-cast turns out to be more trouble than its worth
when dealing with old-style casts that are in header files. Removing.
This commit is contained in:
parent
782081d1ff
commit
673aec28fb
4
makefile
4
makefile
@ -1,4 +1,4 @@
|
||||
MAKEFLAGS = -s
|
||||
#MAKEFLAGS = -s
|
||||
|
||||
arch = $(shell uname -m)
|
||||
ifeq ($(arch),i586)
|
||||
@ -45,7 +45,7 @@ javac = javac
|
||||
strip = :
|
||||
show-size = :
|
||||
|
||||
warnings = -Wall -Wextra -Werror -Wold-style-cast -Wunused-parameter \
|
||||
warnings = -Wall -Wextra -Werror -Wunused-parameter \
|
||||
-Winit-self -Wconversion
|
||||
|
||||
thread-lflags = -lpthread
|
||||
|
Loading…
Reference in New Issue
Block a user