1
0
Fork 0
mirror of https://github.com/klzgrad/naiveproxy.git synced 2025-04-01 12:56:19 +03:00
naiveproxy/tools/gn/format_test_data/020.gn
2018-02-02 05:49:39 -05:00

5 lines
149 B
Text

cflags = [
"/wd4267", # size_t -> int.
"/wd4324", # Structure was padded due to __declspec(align()), which is
# uninteresting.
]