gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r10673: Since this function is empty


From: Markus Gothe
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r10673: Since this function is empty (at least) Apple GCC 4.2 fails to call it, making it noinline fixes the issue
Date: Sun, 08 Mar 2009 20:40:50 +0100
User-agent: Bazaar (1.5)

------------------------------------------------------------
revno: 10673
committer: Markus Gothe <address@hidden>
branch nick: trunk
timestamp: Sun 2009-03-08 20:40:50 +0100
message:
  Since this function is empty (at least) Apple GCC 4.2 fails to call it, 
making it noinline fixes the issue
modified:
  libbase/NamingPolicy.h
=== modified file 'libbase/NamingPolicy.h'
--- a/libbase/NamingPolicy.h    2009-02-15 23:47:01 +0000
+++ b/libbase/NamingPolicy.h    2009-03-08 19:40:50 +0000
@@ -56,7 +56,7 @@
 class DSOEXPORT IncrementalRename : public NamingPolicy
 {
 public:
-    IncrementalRename(const URL& baseURL);
+    IncrementalRename(const URL& baseURL) __attribute__((noinline));
     virtual std::string operator()(const URL& url) const;
     
 private:


reply via email to

[Prev in Thread] Current Thread [Next in Thread]