Lines Matching +full:constant +full:- +full:conversion
1 # Protocol Buffers - Google's data interchange format
4 # Use of this source code is governed by a BSD-style
6 # https://developers.google.com/open-source/licenses/bsd
14 # Set source file and execution character sets to UTF-8
15 target_compile_options("${target}" PRIVATE /utf-8)
20 /wd4244 # 'conversion' conversion from 'type1' to 'type2', possible loss of data
21 …/wd4251 # 'identifier' : class 'type' needs to have dll-interface to be used by clients of class '…
22 /wd4267 # 'var' : conversion from 'size_t' to 'type', possible loss of data
24 /wd4307 # 'operator' : integral constant overflow
25 /wd4309 # 'conversion' : truncation of constant value
26 …/wd4334 # 'operator' : result of 32-bit shift implicitly converted to 64 bits (was 64-bit shift in…
36 target_compile_definitions("${target}" PRIVATE -DUNICODE -D_UNICODE)
38 target_compile_definitions("${target}" PRIVATE -DGOOGLE_PROTOBUF_CMAKE_BUILD)
41 target_compile_definitions("${target}" PRIVATE -DGOOGLE_PROTOBUF_NO_RTTI=1)
49 target_compile_options("${target}" PRIVATE -diag-disable=2196)
53 target_compile_definitions("${target}" PRIVATE -DHAVE_ZLIB)