mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 14:26:09 +03:00
6 lines
149 B
Plaintext
6 lines
149 B
Plaintext
|
cflags = [
|
||
|
"/wd4267", # size_t -> int.
|
||
|
"/wd4324", # Structure was padded due to __declspec(align()), which is
|
||
|
# uninteresting.
|
||
|
]
|