penberg / helix

Helix, a market data feed handler for C and C++.
Other
110 stars 35 forks source link

nasdaq: don't use auto in C header #30

Closed jlaire closed 8 years ago

jlaire commented 8 years ago

Fun:

include/helix/nasdaq/nordic_itch_messages.h:157:10: warning: type defaults to ‘int’ in declaration of ‘end’
     auto end = p + len;
          ^
include/helix/nasdaq/nordic_itch_messages.h:157:16: warning: initialization makes integer from pointer without a cast
     auto end = p + len;
                ^