Closed
Bug 666627
Opened 14 years ago
Closed 12 years ago
ipc/chromium/src - compiler warnings on mac
Categories
(Core :: IPC, defect)
Tracking
()
RESOLVED
FIXED
mozilla22
People
(Reporter: joey, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [build_warning])
% uname -a
Darwin banshee.local 10.7.4 Darwin Kernel Version 10.7.4: Mon Apr 18 21:24:17 PDT 2011; root:xnu-1504.14.12~3/RELEASE_X86_64 x86_64
mozilla/sandbox/gml/ipc/chromium/src/third_party/libevent/buffer.c:164: warning: comparison between signed and unsigned
/mozilla/sandbox/gml/ipc/chromium/src/third_party/libevent/buffer.c:373: warning: comparison between signed and unsigned
/mozilla/sandbox/gml/ipc/chromium/src/third_party/libevent/http.c:891: warning: comparison between signed and unsigned
/mozilla/sandbox/gml/ipc/chromium/src/third_party/libevent/select.c:273: warning: comparison between signed and unsigned
/mozilla/sandbox/gml/ipc/chromium/src/third_party/libevent/select.c:277: warning: comparison between signed and unsigned
/mozilla/sandbox/gml/ipc/chromium/src/third_party/libevent/kqueue.c:152: warning: comparison between signed and unsigned
/mozilla/sandbox/gml/ipc/chromium/src/base/third_party/nss/sha512.cc:442: warning: unused variable 't1'
/mozilla/sandbox/gml/ipc/chromium/src/base/file_util_posix.cc:75: warning: 'stat64' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/usr/include/sys/stat.h:465)
/mozilla/sandbox/gml/ipc/chromium/src/base/file_util_posix.cc:75: warning: 'stat64' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/usr/include/sys/stat.h:465)
/mozilla/sandbox/gml/ipc/chromium/src/base/file_util_posix.cc:110: warning: 'stat64' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/usr/include/sys/stat.h:465)
/mozilla/sandbox/gml/ipc/chromium/src/base/file_util_posix.cc:110: warning: 'stat64' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/usr/include/sys/stat.h:465)
/mozilla/sandbox/gml/ipc/chromium/src/base/file_util_posix.cc:290: warning: 'stat64' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/usr/include/sys/stat.h:465)
/mozilla/sandbox/gml/ipc/chromium/src/base/file_util_posix.cc:290: warning: 'stat64' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/usr/include/sys/stat.h:465)
/mozilla/sandbox/gml/ipc/chromium/src/base/file_util_posix.cc:296: warning: 'stat64' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/usr/include/sys/stat.h:465)
/mozilla/sandbox/gml/ipc/chromium/src/base/file_util_posix.cc:296: warning: 'stat64' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/usr/include/sys/stat.h:465)
/mozilla/sandbox/gml/ipc/chromium/src/base/file_util_posix.cc:301: warning: 'stat64' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/usr/include/sys/stat.h:465)
/mozilla/sandbox/gml/ipc/chromium/src/base/file_util_posix.cc:301: warning: 'stat64' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/usr/include/sys/stat.h:465)
/mozilla/sandbox/gml/ipc/chromium/src/base/file_util_posix.cc:315: warning: 'stat64' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/usr/include/sys/stat.h:465)
/mozilla/sandbox/gml/ipc/chromium/src/base/file_util_posix.cc:315: warning: 'stat64' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/usr/include/sys/stat.h:465)
/mozilla/sandbox/gml/ipc/chromium/src/base/file_util_posix.cc:453: warning: 'stat64' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/usr/include/sys/stat.h:465)
/mozilla/sandbox/gml/ipc/chromium/src/base/file_util_posix.cc:453: warning: 'stat64' is deprecated (declared at /Developer/SDKs/MacOSX10.6.sdk/usr/include/sys/stat.h:465)
| Reporter | ||
Updated•14 years ago
|
Whiteboard: [build_warnings]
Updated•14 years ago
|
Whiteboard: [build_warnings] → [build_warning]
Updated•14 years ago
|
Blocks: buildwarning
Comment 1•12 years ago
|
||
Bug 798377 fixed:
'stat64' is deprecated
Bug 842887 fixed/seems like it fixed:
buffer.c:164 <Added (size_t) cast>
buffer.c:373 <Removed check>
http.c:891 <Added (size_t) cast + other change>
select.c:273 <Added (int) casts>
select.c:277 <Added (int) cast + other change>
kqueue.c:152 <Added (int) cast>
Bug 709575 removed:
ipc/chromium/src/base/third_party/nss/sha512.cc
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Target Milestone: --- → mozilla22
You need to log in
before you can comment on or make changes to this bug.
Description
•