Revision: 4196
Author: [email protected]
Date: Fri Mar 19 06:49:28 2010
Log: Really fix ARM build (this time verified locally.)

[email protected]

Review URL: http://codereview.chromium.org/1154001
http://code.google.com/p/v8/source/detail?r=4196

Modified:
 /branches/bleeding_edge/src/cpu-profiler.h

=======================================
--- /branches/bleeding_edge/src/cpu-profiler.h  Fri Mar 19 06:07:43 2010
+++ /branches/bleeding_edge/src/cpu-profiler.h  Fri Mar 19 06:49:28 2010
@@ -111,8 +111,11 @@
   unsigned order;

 #if defined(__GNUC__) && (__GNUC__ < 4)
-  // Added to avoid 'all member functions in class are private' error.
+  // Added to avoid 'all member functions in class are private' warning.
   INLINE(unsigned get_order() const) { return order; }
+  // Added to avoid 'class only defines private constructors and
+  // has no friends' warning.
+  friend class TickSampleEventRecordFriend;
 #endif
  private:
   // Disable instantiation.

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

To unsubscribe from this group, send email to v8-dev+unsubscribegooglegroups.com or reply 
to this email with the words "REMOVE ME" as the subject.

Reply via email to