[Bug 745858] check: tempnam deprecated warning

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Wed Mar 11 12:56:30 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=745858

--- Comment #5 from Michał Dębski <debski.mi.zd at gmail.com> ---
Added:
https://sourceforge.net/p/check/patches/51/

Regarding -pthread argument warning this looks like clang specific case, take a
look at this link:
http://stackoverflow.com/questions/17841140/os-x-clang-pthread

Removing flags from libraries supposedly linking with pthread removes this
warning and does not break build on clang, but I'm not sure what would happen
on gcc. It seems like there are some check in ax_pthread.m4, but it is leaving
-pthread flags for linking:

common/m4/ax_pthread.m4:167
# Clang doesn't consider unrecognized options an error unless we specify
# -Werror. We throw in some extra Clang-specific options to ensure that
# this doesn't happen for GCC, which also accepts -Werror.

Then there are some checks, but I'm not familiar with autotools to fully
understand what is happening.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list