Commit 2f5524d
authored
build: suppress warnings in external dependencies (#131)
This PR adds compiler flags to the build process of the external
dependencies downloaded and built via `FetchContent`, namely GTest and
Protobuf. That build process generated more than 2k warnings in my
system and, since those are well-tested external libraries, are almost
certain all harmless.
Signed-off-by: Ingo Müller <ingomueller@google.com>1 parent 0fd20ad commit 2f5524d
1 file changed
+7
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| 18 | + | |
| 19 | + | |
18 | 20 | | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
19 | 26 | | |
0 commit comments