| Index: sandbox/linux/BUILD.gn
|
| diff --git a/sandbox/linux/BUILD.gn b/sandbox/linux/BUILD.gn
|
| index 0644c27e35cd6e695c0e1187770085d5aac424f2..d250d216acc11f0d4c49c89779055cd33990c2c7 100644
|
| --- a/sandbox/linux/BUILD.gn
|
| +++ b/sandbox/linux/BUILD.gn
|
| @@ -146,11 +146,6 @@ source_set("sandbox_linux_unittests_sources") {
|
| "seccomp-bpf/trap_unittest.cc",
|
| ]
|
| deps += [ ":bpf_dsl_golden" ]
|
| -
|
| - # syscall_parameters_restrictions_unittests.cc uses MAKE_PROCESS_CPUCLOCK,
|
| - # which shifts signed ints around, which has undefined behavior.
|
| - # TODO(thakis): Fix that in LSS, then remove this flag here.
|
| - cflags = [ "-Wno-shift-negative-value" ]
|
| }
|
| if (compile_credentials) {
|
| sources += [
|
|
|