summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPau Espin Pedrol <pespin@sysmocom.de>2019-11-04 11:03:37 +0100
committerPau Espin Pedrol <pespin@sysmocom.de>2019-11-04 11:04:03 +0100
commit2272a03a3705aaae1f95796895220258eb08f6ba (patch)
tree22e1010827ac78fbff921ea156c9bb0d4c415851 /src
parentb99f4ca2d8517d99cdf8aa183dbfda7b233bb781 (diff)
gsm: Fix compilation error under some compilers
Some compilers don't like declaration of enums in header files like we do sometimes for structs: enum gsm_band; void foobar(enum gsm_band band); triggers: error: use of enum 'gsm_band' without previous declaration Fixes: b99f4ca2d8517d99cdf8aa183dbfda7b233bb781 Related: OS#4244 Change-Id: I6c2102c763f565bbe3c8dd7e5b4e04c4a45fff67
Diffstat (limited to 'src')
0 files changed, 0 insertions, 0 deletions