Cleans up warnings.

This commit is contained in:
2024-06-24 13:15:37 -07:00
parent e5581d343b
commit 55d457f24e
3 changed files with 1640 additions and 2 deletions

4
BUILD
View File

@@ -35,7 +35,7 @@ package(
cc_library(
name = "ansi_escapes",
srcs = ["ansi_escapes.cpp"],
#srcs = ["ansi_escapes.cpp"],
hdrs = ["ansi_escapes.h"],
includes = ["ansi_escapes.h"],
deps = [":pretty_print"],
@@ -83,7 +83,7 @@ cc_test(
cc_library(
name = "pretty_print",
srcs = ["pretty_print.cpp"],
#srcs = ["pretty_print.cpp"],
hdrs = ["pretty_print.h"],
includes = ["pretty_print.h"],
)

6
MODULE.bazel Normal file
View File

@@ -0,0 +1,6 @@
###############################################################################
# Bazel now uses Bzlmod by default to manage external dependencies.
# Please consider migrating your external dependencies from WORKSPACE to MODULE.bazel.
#
# For more details, please check https://github.com/bazelbuild/bazel/issues/18958
###############################################################################

1632
MODULE.bazel.lock generated Normal file

File diff suppressed because it is too large Load Diff