Skip to content

Commit 1a2ad20

Browse files
committed
chore: Update cimple and tokstyle modules.
1 parent 8cd6a37 commit 1a2ad20

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

.bazelrc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -374,6 +374,10 @@ build:c-as-cpp --per_file_copt='//c-toxcore[:/]@-Wno-old-style-cast'
374374
build:c-as-cpp --per_file_copt='//c-toxcore[:/]@-Wno-unreachable-code-return'
375375
build:c-as-cpp --per_file_copt='//c-toxcore[:/]@-Wno-unused-macros'
376376

377+
# Use _Nullable and _Nonnull on toxcore.
378+
build --per_file_copt='//c-toxcore[:/]@-Wno-nullability-extension'
379+
build --per_file_copt='//c-toxcore[:/]@-Wno-nullable-to-nonnull-conversion'
380+
377381
# Cyclone.
378382
build --host_per_file_copt='//cyclone[:/]@-w'
379383
build --per_file_copt='//cyclone/stage0[:/]@-w'

c-toxcore

Submodule c-toxcore updated 187 files

0 commit comments

Comments
 (0)