summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-11-16 15:31:05 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-11-16 15:31:05 +0000
commitb60400b03863c2a1338ee543286129ae7b174749 (patch)
tree05fbed4ad317176188d97d3bd32d2cc5faef32a1 /doc
parent56c8f7c982db3532a37d983300a775a414ebaae0 (diff)
downloadxine-lib-b60400b03863c2a1338ee543286129ae7b174749.tar.gz
xine-lib-b60400b03863c2a1338ee543286129ae7b174749.tar.bz2
defining "inline" not to "__attribute__ ((__always_inline__))", but to
"inline __attribute__ ((__always_inline__))" should have the same effect, but my gcc 3.3.1 emits much fewer warnings with the latter (That is because static inline functions for example in ffmpeg are implemented in the header, but not used in every file that includes this header. Now gcc reports unused static functions with a "defined but not used" warning unless they are static inline. The former define would have dropped the inline and therefore triggers those warnings.) CVS patchset: 5749 CVS date: 2003/11/16 15:31:05
Diffstat (limited to 'doc')
0 files changed, 0 insertions, 0 deletions