Changeset 65abbae9594e84d43262cb5176eb757e960360e6
- Timestamp:
- 05/14/11 01:43:58
(2 years ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1305337438 -0400
- git-parent:
[2357078164b5f1a9354030797e4a9287098a60c2]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1305337438 -0400
- Message:
the actually causes a warning in gcc version 4.1.2 20080704 (Red Hat 4.1.2-48)
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r7e4ba07 |
r65abbae |
|
| 67 | 67 | */ |
|---|
| 68 | 68 | |
|---|
| | 69 | #if __GNUC__ == 4 && __GNUC_MINOR__ == 5 && __GNUC_PATCHLEVEL__ == 2 |
|---|
| 69 | 70 | #pragma GCC diagnostic ignored "-Wuninitialized" |
|---|
| | 71 | #endif |
|---|
| 70 | 72 | |
|---|
| 71 | 73 | typedef struct realtime_recv_ctx_t { |
|---|