diff options
author | Josh Blum | 2011-08-17 13:20:18 -0700 |
---|---|---|
committer | Josh Blum | 2011-08-17 13:20:18 -0700 |
commit | f535cd0f1fbc7cfc753f5abbe99251a50cd32acb (patch) | |
tree | 6e33d087e3ff301d6b824a440e517751023cd12b /gr-digital | |
parent | fb2f45cdddc41d5aba177204aa419cea3a0aea49 (diff) | |
download | gnuradio-f535cd0f1fbc7cfc753f5abbe99251a50cd32acb.tar.gz gnuradio-f535cd0f1fbc7cfc753f5abbe99251a50cd32acb.tar.bz2 gnuradio-f535cd0f1fbc7cfc753f5abbe99251a50cd32acb.zip |
small tweaks for windows building
Diffstat (limited to 'gr-digital')
-rw-r--r-- | gr-digital/lib/digital_constellation_receiver_cb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-digital/lib/digital_constellation_receiver_cb.h b/gr-digital/lib/digital_constellation_receiver_cb.h index 11eb96cda..5e414dfed 100644 --- a/gr-digital/lib/digital_constellation_receiver_cb.h +++ b/gr-digital/lib/digital_constellation_receiver_cb.h @@ -230,7 +230,7 @@ protected: static const unsigned int DLLEN = 8; //! delay line plus some length for overflow protection - gr_complex d_dl[2*DLLEN] __attribute__ ((aligned(8))); + __GR_ATTR_ALIGNED(8) gr_complex d_dl[2*DLLEN]; //! index to delay line unsigned int d_dl_idx; |