CPqD / ofsoftswitch13

OpenFlow 1.3 switch.
http://cpqd.github.com/ofsoftswitch13
301 stars 193 forks source link

Fix compilation warnings for gcc -O0 flag. #287

Closed ljerezchaves closed 6 years ago

ljerezchaves commented 6 years ago

This commit fixes some errors when configuring and compiling the switch without gcc optmization flags (./configure CFLAGS='-g -O2' CXXFLAGS='-g -O2').

ljerezchaves commented 6 years ago

Ops... the correct command for this commit would be ./configure CFLAGS='-g -O0' CXXFLAGS='-g -O0'