Bug 2 - Debian 8 install warnings
Summary: Debian 8 install warnings
Status: RESOLVED WONTFIX
Alias: None
Product: Orthanc
Classification: Unclassified
Component: Orthanc Core (show other bugs)
Version: unspecified
Hardware: All All
: --- enhancement
Assignee: Sébastien Jodogne
URL:
Depends on:
Blocks:
 
Reported: 2020-06-29 15:11 CEST by Sébastien Jodogne
Modified: 2020-06-29 15:18 CEST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sébastien Jodogne 2020-06-29 15:11:04 CEST
[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)
Comment 1 Sébastien Jodogne 2020-06-29 15:18:43 CEST
[BitBucket user: Sébastien Jodogne]
[BitBucket date: 2015-11-13.07:50:30]

These warnings can be safely ignored.