commit | f7986144f6184f5aaaa73a848b005480c2ff54ef | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Mon Apr 21 17:42:35 2014 -0700 |
committer | Brian Silverman <brians> | Mon Apr 21 17:50:37 2014 -0700 |
tree | 13037e131a725ef9872efa0ab98cf222e45fddae | |
parent | 38ea9bf2ac07064d1f66c47d5eb7496e92473f19 [diff] [blame] |
cleaned up lots of not-so-niceties and a few bugs I built everything with clang (hackishly in some areas) and it spit out a bunch of warnings.
diff --git a/aos/common/queue.h b/aos/common/queue.h index 927f11f..33dc377 100644 --- a/aos/common/queue.h +++ b/aos/common/queue.h
@@ -18,7 +18,7 @@ namespace aos { -class MessageType; +struct MessageType; // This class is a base class for all messages sent over queues. // All of the methods are overloaded in (generated) subclasses to do the same