fix optimized build
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed Jul 15 14:59:44 2009 +0200 (6 months ago)
changeset 470444b325571ab4
parent 4703 c0fe0e815439
child 4705 887ff97a0dc3
fix optimized build
src/devices/wifi/interference-helper.cc
     1.1 --- a/src/devices/wifi/interference-helper.cc	Wed Jul 15 14:49:37 2009 +0200
     1.2 +++ b/src/devices/wifi/interference-helper.cc	Wed Jul 15 14:59:44 2009 +0200
     1.3 @@ -369,6 +369,9 @@
     1.4            case WIFI_PHY_STANDARD_80211_5Mhz: 
     1.5              symbolDurationUs = 16;
     1.6              break;
     1.7 +          case WIFI_PHY_STANDARD_80211b:
     1.8 +            NS_FATAL_ERROR("can't happen here");
     1.9 +            symbolDurationUs = 0; // quiet compiler
    1.10            default:
    1.11              NS_FATAL_ERROR("unknown standard");
    1.12            }