paulfloyd / freebsd_valgrind

Git repo used to Upstream the FreeBSD Port of Valgrind
GNU General Public License v2.0
15 stars 4 forks source link

nopie compilation warnings in tests [clang] #139

Closed paulfloyd closed 4 years ago

paulfloyd commented 4 years ago

Example

clang -Winline -Wall -Wshadow -Wno-long-long -g -fno-stack-protector -Wno-forma t-extra-args -Wno-literal-range -Wno-tautological-constant-out-of-range-compare -Wno-self-assign -Wno-string-plus-int -Wno-uninitialized -Wno-unused-value -m64 -o insn-bsfl insn-bsfl.o
clang: warning: argument unused during compilation: '-nopie' [-Wunused-command-l ine-argument]

paulfloyd commented 4 years ago

Fixed To https://github.com/paulfloyd/freebsd_valgrind.git a192b39e8..a2b29ecf1 freebsd -> freebsd