nguyentantrung012 / orthanc

Automatically exported from code.google.com/p/orthanc
GNU General Public License v3.0
1 stars 0 forks source link

Debian 8 install warnings #40

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 :

/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)

Original issue reported on code.google.com by marc.del...@gmail.com on 18 Aug 2015 at 12:49