VoiceTranscoder private

To start a new build commit change to repository or click New build button.
fix latest not threadsafe
2017RC5-49
4 years ago by Very Strange Karaulov (committed by GitHub)
4 years ago in 2 min 33 sec
Windows
1 min 20 sec
1Build started
2git clone -q https://github.com/WPMGPRoSToTeMa/VoiceTranscoder.git C:\projects\voicetranscoder
3git fetch -q origin +refs/pull/23/merge:
4git checkout -qf FETCH_HEAD
5mkdir build
6cd build
7cmake -G "Visual Studio 15 2017" -DCMAKE_TOOLCHAIN_FILE=win32-msvc-xp-static-ipo.cmake ..
8-- The CXX compiler identification is MSVC 19.16.27035.0
9-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/cl.exe
10-- Check for working CXX compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/cl.exe -- works
11-- Detecting CXX compiler ABI info
12-- Detecting CXX compiler ABI info - done
13-- Detecting CXX compile features
14-- Detecting CXX compile features - done
15-- The C compiler identification is MSVC 19.16.27035.0
16-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/cl.exe
17-- Check for working C compiler: C:/Program Files (x86)/Microsoft Visual Studio/2017/Community/VC/Tools/MSVC/14.16.27023/bin/Hostx86/x86/cl.exe -- works
18-- Detecting C compiler ABI info
19-- Detecting C compiler ABI info - done
20-- Detecting C compile features
21-- Detecting C compile features - done
22-- Configuring done
23-- Generating done
24-- Build files have been written to: C:/projects/voicetranscoder/build
25cd ..
26cmake --build build --config Release --parallel -- /p:XPDeprecationWarning=false
27Microsoft (R) Build Engine version 15.9.21+g9802d43bc3 for .NET Framework
28Copyright (C) Microsoft Corporation. All rights reserved.
30 Checking Build System
31 Building Custom Rule C:/projects/voicetranscoder/VoiceCodecs/SILK/CMakeLists.txt
32 SKP_Silk_A2NLSF.c
33 Building Custom Rule C:/projects/voicetranscoder/VoiceCodecs/Speex/CMakeLists.txt
34 SKP_Silk_allpass_int.c
35 SKP_Silk_allpass_int_FLP.c
36 SKP_Silk_ana_filt_bank_1.c
37 SKP_Silk_apply_sine_window_FLP.c
38 SKP_Silk_autocorrelation_FLP.c
39 SKP_Silk_biquad.c
40 SKP_Silk_biquad_alt.c
41 SKP_Silk_burg_modified_FLP.c
42 SKP_Silk_bwexpander.c
43 SKP_Silk_bwexpander_32.c
44 SKP_Silk_bwexpander_FLP.c
45 SKP_Silk_CNG.c
46 SKP_Silk_code_signs.c
47 SKP_Silk_control_audio_bandwidth.c
48 SKP_Silk_control_codec_FLP.c
49 SKP_Silk_corrMatrix_FLP.c
50 SKP_Silk_create_init_destroy.c
51 SKP_Silk_decimate2_coarsest_FLP.c
52 SKP_Silk_decimate2_coarse_FLP.c
53 Compiling...
54 SKP_Silk_decoder_set_fs.c
55 SKP_Silk_decode_core.c
56 SKP_Silk_decode_frame.c
57 SKP_Silk_decode_parameters.c
58 SKP_Silk_decode_pitch.c
59 SKP_Silk_decode_pulses.c
60 SKP_Silk_dec_API.c
61 SKP_Silk_detect_SWB_input.c
62 SKP_Silk_encode_frame_FLP.c
63 SKP_Silk_encode_parameters.c
64 SKP_Silk_encode_pulses.c
65 SKP_Silk_enc_API.c
66 SKP_Silk_energy_FLP.c
67 SKP_Silk_find_LPC_FLP.c
68 SKP_Silk_find_LTP_FLP.c
69 SKP_Silk_find_pitch_lags_FLP.c
70 SKP_Silk_find_pred_coefs_FLP.c
71 SKP_Silk_gain_quant.c
72 bits.c
73 cb_search.c
74 exc_10_16_table.c
75 exc_10_32_table.c
76 exc_20_32_table.c
77 exc_5_256_table.c
78 SKP_Silk_HP_variable_cutoff_FLP.c
79 exc_5_64_table.c
80 exc_8_128_table.c
81 filters.c
82C:\projects\voicetranscoder\VoiceCodecs\Speex\filters.c(246): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
83C:\projects\voicetranscoder\VoiceCodecs\Speex\filters.c(248): warning C4244: '*=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
84C:\projects\voicetranscoder\VoiceCodecs\Speex\filters.c(252): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
85C:\projects\voicetranscoder\VoiceCodecs\Speex\filters.c(281): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
86C:\projects\voicetranscoder\VoiceCodecs\Speex\filters.c(289): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
87 gain_table.c
88 gain_table_lbr.c
89 hexc_10_32_table.c
90 hexc_table.c
91 high_lsp_tables.c
92 SKP_Silk_init_encoder_FLP.c
93 lpc.c
94C:\projects\voicetranscoder\VoiceCodecs\Speex\lpc.c(97): warning C4244: '*=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
95 lsp.c
96C:\projects\voicetranscoder\VoiceCodecs\Speex\lsp.c(188): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
97C:\projects\voicetranscoder\VoiceCodecs\Speex\lsp.c(301): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
98C:\projects\voicetranscoder\VoiceCodecs\Speex\lsp.c(319): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
99C:\projects\voicetranscoder\VoiceCodecs\Speex\lsp.c(326): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
100 lsp_tables_nb.c
101 ltp.c
102 math_approx.c
103 misc.c
104 Compiling...
105 modes.c
106 nb_celp.c
107 quant_lsp.c
108C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(109): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
109C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(110): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
110C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(118): warning C4244: '-=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
111C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(147): warning C4305: '*=': truncation from 'double' to 'float' [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
112C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(157): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
113C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(162): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
114C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(166): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
115C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(170): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
116C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(174): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
117C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(178): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
118C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(197): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
119C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(198): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
120C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(207): warning C4244: '-=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
121C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(224): warning C4305: '*=': truncation from 'double' to 'float' [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
122C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(234): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
123C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(239): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
124C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(243): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
125C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(247): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
126C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(276): warning C4244: '-=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
127C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(290): warning C4305: '*=': truncation from 'double' to 'float' [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
128C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(301): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
129C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(306): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
130C:\projects\voicetranscoder\VoiceCodecs\Speex\quant_lsp.c(311): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
131 sb_celp.c
132 speex_callbacks.c
133 speex_header.c
134 stereo.c
135C:\projects\voicetranscoder\VoiceCodecs\Speex\stereo.c(40): warning C4305: 'initializing': truncation from 'double' to 'float' [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
136C:\projects\voicetranscoder\VoiceCodecs\Speex\stereo.c(51): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
137C:\projects\voicetranscoder\VoiceCodecs\Speex\stereo.c(61): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
138C:\projects\voicetranscoder\VoiceCodecs\Speex\stereo.c(68): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
139C:\projects\voicetranscoder\VoiceCodecs\Speex\stereo.c(105): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
140C:\projects\voicetranscoder\VoiceCodecs\Speex\stereo.c(106): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
141C:\projects\voicetranscoder\VoiceCodecs\Speex\stereo.c(111): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
142C:\projects\voicetranscoder\VoiceCodecs\Speex\stereo.c(112): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
143C:\projects\voicetranscoder\VoiceCodecs\Speex\stereo.c(145): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
144 vbr.c
145C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(47): warning C4305: 'initializing': truncation from 'double' to 'float' [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
146C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(48): warning C4305: 'initializing': truncation from 'double' to 'float' [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
147C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(49): warning C4305: 'initializing': truncation from 'double' to 'float' [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
148C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(50): warning C4305: 'initializing': truncation from 'double' to 'float' [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
149C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(53): warning C4305: 'initializing': truncation from 'double' to 'float' [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
150C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(54): warning C4305: 'initializing': truncation from 'double' to 'float' [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
151C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(61): warning C4305: 'initializing': truncation from 'double' to 'float' [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
152C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(62): warning C4305: 'initializing': truncation from 'double' to 'float' [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
153C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(63): warning C4305: 'initializing': truncation from 'double' to 'float' [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
154C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(68): warning C4305: 'initializing': truncation from 'double' to 'float' [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
155C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(78): warning C4305: '=': truncation from 'double' to 'float' [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
156C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(83): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
157C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(84): warning C4305: '=': truncation from 'double' to 'float' [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
158C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(90): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
159C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(137): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
160C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(144): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
161C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(147): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
162C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(149): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
163C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(165): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
164C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(166): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
165C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(175): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
166C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(176): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
167C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(182): warning C4305: '-=': truncation from 'double' to 'float' [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
168C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(184): warning C4305: '-=': truncation from 'double' to 'float' [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
169C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(186): warning C4305: '-=': truncation from 'double' to 'float' [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
170C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(189): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
171C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(190): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
172C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(199): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
173C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(201): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
174C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(206): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
175C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(213): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
176C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(214): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
177C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(217): warning C4244: '=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
178C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(235): warning C4244: '-=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
179C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(242): warning C4244: '-=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
180C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(244): warning C4244: '-=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
181C:\projects\voicetranscoder\VoiceCodecs\Speex\vbr.c(247): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
182 vq.c
183C:\projects\voicetranscoder\VoiceCodecs\Speex\vq.c(66): warning C4244: 'initializing': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
184C:\projects\voicetranscoder\VoiceCodecs\Speex\vq.c(101): warning C4244: '+=': conversion from 'double' to 'float', possible loss of data [C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Speex.vcxproj]
185 Compiling...
186 SKP_Silk_inner_product_FLP.c
187 SKP_Silk_interpolate.c
188 SKP_Silk_k2a_FLP.c
189 SKP_Silk_LBRR_reset.c
190 SKP_Silk_levinsondurbin_FLP.c
191 SKP_Silk_lin2log.c
192 SKP_Silk_log2lin.c
193 SKP_Silk_lowpass_int.c
194 SKP_Silk_lowpass_short.c
195 SKP_Silk_LPC_analysis_filter_FLP.c
196 SKP_Silk_LPC_inv_pred_gain.c
197 SKP_Silk_LPC_inv_pred_gain_FLP.c
198 SKP_Silk_LPC_synthesis_filter.c
199 SKP_Silk_LPC_synthesis_order16.c
200 SKP_Silk_LP_variable_cutoff.c
201 SKP_Silk_LSF_cos_table.c
202 SKP_Silk_LTP_analysis_filter_FLP.c
203 SKP_Silk_LTP_scale_ctrl_FLP.c
204 SKP_Silk_MA.c
205 SKP_Silk_NLSF2A.c
206 Compiling...
207 SKP_Silk_NLSF2A_stable.c
208 SKP_Silk_NLSF_MSVQ_decode.c
209 SKP_Silk_NLSF_MSVQ_decode_FLP.c
210 SKP_Silk_NLSF_MSVQ_encode_FLP.c
211 SKP_Silk_NLSF_stabilize.c
212 SKP_Silk_NLSF_VQ_rate_distortion_FLP.c
213 SKP_Silk_NLSF_VQ_sum_error_FLP.c
214 SKP_Silk_NLSF_VQ_weights_laroia_FLP.c
215 SKP_Silk_noise_shape_analysis_FLP.c
216 SKP_Silk_NSQ.c
217 SKP_Silk_NSQ_del_dec.c
218 SKP_Silk_pitch_analysis_core_FLP.c
219 SKP_Silk_pitch_est_tables.c
220 SKP_Silk_PLC.c
221 SKP_Silk_prefilter_FLP.c
222 SKP_Silk_process_gains_FLP.c
223 SKP_Silk_process_NLSFs_FLP.c
224 SKP_Silk_quant_LTP_gains_FLP.c
225 SKP_Silk_range_coder.c
226 SKP_Silk_regularize_correlations_FLP.c
227 Compiling...
228 SKP_Silk_resampler.c
229 SKP_Silk_resampler_down2.c
230 SKP_Silk_resampler_down2_3.c
231 SKP_Silk_resampler_down3.c
232 SKP_Silk_resampler_private_AR2.c
233 SKP_Silk_resampler_private_ARMA4.c
234 SKP_Silk_resampler_private_copy.c
235 SKP_Silk_resampler_private_down4.c
236 SKP_Silk_resampler_private_down_FIR.c
237 SKP_Silk_resampler_private_IIR_FIR.c
238 SKP_Silk_resampler_private_up2_HQ.c
239 SKP_Silk_resampler_private_up4.c
240 SKP_Silk_resampler_rom.c
241 SKP_Silk_resampler_up2.c
242 SKP_Silk_residual_energy_FLP.c
243 SKP_Silk_scale_copy_vector_FLP.c
244 SKP_Silk_scale_vector_FLP.c
245 SKP_Silk_schur_FLP.c
246 SKP_Silk_shell_coder.c
247 SKP_Silk_sigm_Q15.c
248 Compiling...
249 SKP_Silk_solve_LS_FLP.c
250 SKP_Silk_sort.c
251 SKP_Silk_sort_FLP.c
252 SKP_Silk_sum_sqr_shift.c
253 SKP_Silk_tables_gain.c
254 SKP_Silk_tables_LTP.c
255 SKP_Silk_tables_NLSF_CB0_10.c
256 SKP_Silk_tables_NLSF_CB0_10_FLP.c
257 SKP_Silk_tables_NLSF_CB0_16.c
258 SKP_Silk_tables_NLSF_CB0_16_FLP.c
259 Building Custom Rule C:/projects/voicetranscoder/VoiceCodecs/Opus/CMakeLists.txt
260 SKP_Silk_tables_NLSF_CB1_10.c
261 SKP_Silk_tables_NLSF_CB1_10_FLP.c
262 SKP_Silk_tables_NLSF_CB1_16.c
263 SKP_Silk_tables_NLSF_CB1_16_FLP.c
264 SKP_Silk_tables_other.c
265 SKP_Silk_tables_other_FLP.c
266 SKP_Silk_tables_pitch_lag.c
267 SKP_Silk_tables_pulses_per_block.c
268 SKP_Silk_tables_sign.c
269 SKP_Silk_tables_type_offset.c
270 Compiling...
271 SKP_Silk_VAD.c
272 SKP_Silk_VQ_nearest_neighbor_FLP.c
273 SKP_Silk_warped_autocorrelation_FLP.c
274 SKP_Silk_wrappers_FLP.c
275 bands.c
276 celt.c
277 celt_decoder.c
278 celt_encoder.c
279 celt_lpc.c
280 cwrs.c
281 entcode.c
282 entdec.c
283 entenc.c
284 kiss_fft.c
285 laplace.c
286 mathops.c
287 mdct.c
288 modes.c
289 pitch.c
290 quant_bands.c
291 rate.c
292 vq.c
293 celt_lpc_sse.c
294 pitch_sse.c
295 Compiling...
296 pitch_sse2.c
297 pitch_sse4_1.c
298 vq_sse2.c
299 x86cpu.c
300 x86_celt_map.c
301 A2NLSF.c
302 ana_filt_bank_1.c
303 biquad_alt.c
304 bwexpander.c
305 bwexpander_32.c
306 check_control_input.c
307 CNG.c
308 code_signs.c
309 control_audio_bandwidth.c
310 control_codec.c
311 control_SNR.c
312 debug.c
313 decoder_set_fs.c
314 decode_core.c
315 decode_frame.c
316 Compiling...
317 decode_indices.c
318 decode_parameters.c
319 decode_pitch.c
320 decode_pulses.c
321 SILK.vcxproj -> C:\projects\voicetranscoder\build\VoiceCodecs\SILK\Release\SILK.lib
322 dec_API.c
323 encode_indices.c
324 encode_pulses.c
325 enc_API.c
326 gain_quant.c
327 HP_variable_cutoff.c
328 init_decoder.c
329 init_encoder.c
330 inner_prod_aligned.c
331 interpolate.c
332 lin2log.c
333 log2lin.c
334 Speex.vcxproj -> C:\projects\voicetranscoder\build\VoiceCodecs\Speex\Release\Speex.lib
335 LPC_analysis_filter.c
336 LPC_fit.c
337 LPC_inv_pred_gain.c
338 LP_variable_cutoff.c
339 Compiling...
340 NLSF2A.c
341 NLSF_decode.c
342 NLSF_del_dec_quant.c
343 NLSF_encode.c
344 NLSF_stabilize.c
345 NLSF_unpack.c
346 NLSF_VQ.c
347 NLSF_VQ_weights_laroia.c
348 NSQ.c
349 NSQ_del_dec.c
350 pitch_est_tables.c
351 PLC.c
352 process_NLSFs.c
353 quant_LTP_gains.c
354 resampler.c
355 resampler_down2.c
356 resampler_down2_3.c
357 resampler_private_AR2.c
358 resampler_private_down_FIR.c
359 resampler_private_IIR_FIR.c
360 Compiling...
361 resampler_private_up2_HQ.c
362 resampler_rom.c
363 shell_coder.c
364 sigm_Q15.c
365 sort.c
366 stereo_decode_pred.c
367 stereo_encode_pred.c
368 stereo_find_predictor.c
369 stereo_LR_to_MS.c
370 stereo_MS_to_LR.c
371 stereo_quant_pred.c
372 sum_sqr_shift.c
373 tables_gain.c
374 tables_LTP.c
375 tables_NLSF_CB_NB_MB.c
376 tables_NLSF_CB_WB.c
377 tables_other.c
378 tables_pitch_lag.c
379 tables_pulses_per_block.c
380 table_LSF_cos.c
381 Compiling...
382 VAD.c
383 VQ_WMat_EC.c
384 apply_sine_window_FLP.c
385 autocorrelation_FLP.c
386 burg_modified_FLP.c
387 bwexpander_FLP.c
388 corrMatrix_FLP.c
389 encode_frame_FLP.c
390 energy_FLP.c
391 find_LPC_FLP.c
392 find_LTP_FLP.c
393 find_pitch_lags_FLP.c
394 find_pred_coefs_FLP.c
395 inner_product_FLP.c
396 k2a_FLP.c
397 LPC_analysis_filter_FLP.c
398 LPC_inv_pred_gain_FLP.c
399 LTP_analysis_filter_FLP.c
400 LTP_scale_ctrl_FLP.c
401 noise_shape_analysis_FLP.c
402 Compiling...
403 pitch_analysis_core_FLP.c
404 process_gains_FLP.c
405 regularize_correlations_FLP.c
406 residual_energy_FLP.c
407 scale_copy_vector_FLP.c
408 scale_vector_FLP.c
409 schur_FLP.c
410 sort_FLP.c
411 warped_autocorrelation_FLP.c
412 wrappers_FLP.c
413 NSQ_del_dec_sse.c
414 NSQ_sse.c
415 VAD_sse.c
416 VQ_WMat_EC_sse.c
417 x86_silk_map.c
418 analysis.c
419 mlp.c
420 mlp_data.c
421 opus.c
422 opus_decoder.c
423 Compiling...
424 opus_encoder.c
425 opus_multistream.c
426 opus_multistream_decoder.c
427 opus_multistream_encoder.c
428 repacketizer.c
429 Opus.vcxproj -> C:\projects\voicetranscoder\build\VoiceCodecs\Opus\Release\Opus.lib
430 Building Custom Rule C:/projects/voicetranscoder/CMakeLists.txt
431 API.cpp
432c:\projects\voicetranscoder\metamod\comp_dep.h(79): warning C4005: 'va_copy': macro redefinition [C:\projects\voicetranscoder\build\VoiceTranscoder.vcxproj]
433 C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\stdarg.h(20): note: see previous definition of 'va_copy'
434C:\projects\voicetranscoder\API.cpp(24): warning C4018: '>': signed/unsigned mismatch [C:\projects\voicetranscoder\build\VoiceTranscoder.vcxproj]
435C:\projects\voicetranscoder\API.cpp(45): warning C4018: '>': signed/unsigned mismatch [C:\projects\voicetranscoder\build\VoiceTranscoder.vcxproj]
436C:\projects\voicetranscoder\API.cpp(53): warning C4018: '>': signed/unsigned mismatch [C:\projects\voicetranscoder\build\VoiceTranscoder.vcxproj]
437C:\projects\voicetranscoder\API.cpp(61): warning C4018: '>': signed/unsigned mismatch [C:\projects\voicetranscoder\build\VoiceTranscoder.vcxproj]
438C:\projects\voicetranscoder\API.cpp(69): warning C4018: '>': signed/unsigned mismatch [C:\projects\voicetranscoder\build\VoiceTranscoder.vcxproj]
439C:\projects\voicetranscoder\API.cpp(83): warning C4018: '<': signed/unsigned mismatch [C:\projects\voicetranscoder\build\VoiceTranscoder.vcxproj]
440C:\projects\voicetranscoder\API.cpp(186): warning C4018: '>': signed/unsigned mismatch [C:\projects\voicetranscoder\build\VoiceTranscoder.vcxproj]
441C:\projects\voicetranscoder\API.cpp(194): warning C4018: '>': signed/unsigned mismatch [C:\projects\voicetranscoder\build\VoiceTranscoder.vcxproj]
442C:\projects\voicetranscoder\API.cpp(202): warning C4018: '>': signed/unsigned mismatch [C:\projects\voicetranscoder\build\VoiceTranscoder.vcxproj]
443 Main.cpp
444c:\projects\voicetranscoder\metamod\comp_dep.h(79): warning C4005: 'va_copy': macro redefinition [C:\projects\voicetranscoder\build\VoiceTranscoder.vcxproj]
445 C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\stdarg.h(20): note: see previous definition of 'va_copy'
446C:\projects\voicetranscoder\Main.cpp(416): warning C4018: '<': signed/unsigned mismatch [C:\projects\voicetranscoder\build\VoiceTranscoder.vcxproj]
447C:\projects\voicetranscoder\Main.cpp(477): warning C4018: '<': signed/unsigned mismatch [C:\projects\voicetranscoder\build\VoiceTranscoder.vcxproj]
448C:\projects\voicetranscoder\Main.cpp(874): warning C4018: '<': signed/unsigned mismatch [C:\projects\voicetranscoder\build\VoiceTranscoder.vcxproj]
449C:\projects\voicetranscoder\Main.cpp(944): warning C4018: '<': signed/unsigned mismatch [C:\projects\voicetranscoder\build\VoiceTranscoder.vcxproj]
450 ThreadMode.cpp
451c:\projects\voicetranscoder\metamod\comp_dep.h(79): warning C4005: 'va_copy': macro redefinition [C:\projects\voicetranscoder\build\VoiceTranscoder.vcxproj]
452 C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\stdarg.h(20): note: see previous definition of 'va_copy'
453C:\projects\voicetranscoder\ThreadMode.cpp(129): warning C4018: '<': signed/unsigned mismatch [C:\projects\voicetranscoder\build\VoiceTranscoder.vcxproj]
454 VoiceCodec_SILK.cpp
455 VoiceCodec_Speex.cpp
456 CRC32.cpp
457 Mutex.cpp
458 Signal.cpp
459 Thread.cpp
460 BinaryPattern.cpp
461 Buffer.cpp
462 EngineUTIL.cpp
463c:\projects\voicetranscoder\metamod\comp_dep.h(79): warning C4005: 'va_copy': macro redefinition [C:\projects\voicetranscoder\build\VoiceTranscoder.vcxproj]
464 C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\stdarg.h(20): note: see previous definition of 'va_copy'
465C:\projects\voicetranscoder\Utility\EngineUTIL.cpp(115): warning C4018: '>': signed/unsigned mismatch [C:\projects\voicetranscoder\build\VoiceTranscoder.vcxproj]
466C:\projects\voicetranscoder\Utility\EngineUTIL.cpp(132): warning C4018: '>': signed/unsigned mismatch [C:\projects\voicetranscoder\build\VoiceTranscoder.vcxproj]
467 FunctionHook_Beginning.cpp
468 JmpOpcode.cpp
469 MemoryUnlocker.cpp
470 MetaUTIL.cpp
471c:\projects\voicetranscoder\metamod\comp_dep.h(79): warning C4005: 'va_copy': macro redefinition [C:\projects\voicetranscoder\build\VoiceTranscoder.vcxproj]
472 C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\include\stdarg.h(20): note: see previous definition of 'va_copy'
473 Module.cpp
474 Section.cpp
475 SteamID.cpp
476 UtilFunctions.cpp
477 Creating library C:/projects/voicetranscoder/build/Release/VoiceTranscoder.lib and object C:/projects/voicetranscoder/build/Release/VoiceTranscoder.exp
478 Generating code
479 All 1234 functions were compiled because no usable IPDB/IOBJ from previous compilation was found.
480 Finished generating code
481 VoiceTranscoder.vcxproj -> C:\projects\voicetranscoder\build\VoiceTranscoder.dll
482 Building Custom Rule C:/projects/voicetranscoder/CMakeLists.txt
483Discovering tests...OK
484Collecting artifacts...
485Found artifact 'build\VoiceTranscoder.dll' matching 'build\*.dll' path
486Uploading artifacts...
487[1/1] build\VoiceTranscoder.dll (539,136 bytes)...100%
488Build success
Log is empty.