Skip to Content.
Sympa Menu

ndt-dev - [ndt-dev] Issue 176 in ndt: Type Mismatch in websocket_unit_tests.c

Subject: NDT-DEV email list created

List archive

[ndt-dev] Issue 176 in ndt: Type Mismatch in websocket_unit_tests.c


Chronological Thread 
  • From:
  • To:
  • Subject: [ndt-dev] Issue 176 in ndt: Type Mismatch in websocket_unit_tests.c
  • Date: Thu, 02 Apr 2015 10:05:13 +0000

Status: New
Owner: ----
Labels: Type-Defect Severity-Medium

New issue 176 by
:
Type Mismatch in websocket_unit_tests.c
https://code.google.com/p/ndt/issues/detail?id=176

What steps will reproduce the problem?
1. compile the websocket test branch on

What is the expected output? What do you see instead?
./bootstrap and ./configure output is normal

make stops with warnings in websocket_unit_tests.c and testoptions_unit_tests.c

format ‘%d’ expects argument of type ‘int’, but argument 3 has type ‘size_t’

What version of the product are you using? On what operating system?

NDT Version: websocket test branch

CentOS release 6.6 (Final)
LSB_VERSION=base-4.0-amd64:base-4.0-noarch:core-4.0-amd64:core-4.0-noarch:graphics-4.0-amd64:graphics-4.0-noarch:printing-4.0-amd64:printing-4.0-noarch

Linux version 2.6.32-504.12.2.el6.aufs.web100.x86_64 () (gcc version 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC) ) #1 SMP Fri Mar 13 16:14:56 PDT 2015

gcc version 4.4.7 20120313 (Red Hat 4.4.7-11) (GCC)
GNU Make 3.81


Please provide any additional information below.
%lld doesn't seem to be available Recommend using %zu to print

Patches for both files are attached




Attachments:
websocket_unit_tests.patch 2.2 KB
testoptions_unit_tests.patch 599 bytes

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings



Archive powered by MHonArc 2.6.16.

Top of Page