[BitBucket user: Sébastien Jodogne] [BitBucket date: 2015-09-08.13:00:28] Reported by marc.delpont, on Aug 18, 2015 as issue 40 on Google Code **What steps will reproduce the problem?** 1. Download sources of Orthanc 2. cmake -DALLOW_DOWNLOADS=ON -DUSE_SYSTEM_MONGOOSE=OFF -DUSE_GTEST_DEBIAN_SOURCE_PACKAGE=ON -DDCMTK_LIBRARIES=dcmjpls 3. Make install **What is the expected output? What do you see instead?** Build procedure completes, but with following warnings : ``` #!text /root/Orthanc-0.9.3/Build/mongoose/mongoose.c: In function ‘conn2’: /root/Orthanc-0.9.3/Build/mongoose/mongoose.c:2567:46: warning: the comparison will always evaluate as ‘false’ for the address of ‘SSLv23_client_method’ will never be NULL [-Waddress] } else if (use_ssl && SSLv23_client_method == NULL) { ^ /root/Orthanc-0.9.3/Build/mongoose/mongoose.c: In function ‘ssl_error’: /root/Orthanc-0.9.3/Build/mongoose/mongoose.c:4692:24: warning: pointer/integer type mismatch in conditional expression return err == 0 ? "" : ERR_error_string(err, NULL); /root/Orthanc-0.9.3/Resources/ThirdParty/minizip/zip.c: In function ‘zipOpenNewFileInZip4_64’: /root/Orthanc-0.9.3/Resources/ThirdParty/minizip/zip.c:1249:28: warning: assignment from incompatible pointer type zi->ci.pcrc_32_tab = get_crc_table(); ``` **What version of the product are you using? On what operating system?** Orthanc 0.9.3 on Debian 8 (Jessie)
[BitBucket user: Sébastien Jodogne] [BitBucket date: 2015-11-13.07:50:30] These warnings can be safely ignored.