Bug 1151

Summary: variable ‘ifInAddrSrc’ set but not used
Product: ns-3 Reporter: John Abraham <john.abraham.in>
Component: examplesAssignee: ns-bugs <ns-bugs>
Status: RESOLVED FIXED    
Severity: trivial    
Priority: P5    
Version: ns-3-dev   
Hardware: All   
OS: All   
Attachments: patch

Description John Abraham 2011-05-16 12:05:18 UTC
[1281/1561] cxx: examples/socket/socket-bound-static-routing.cc -> build/debug/examples/socket/socket-bound-static-routing_1.o                                                                                    
../examples/socket/socket-bound-static-routing.cc: In function ‘int main(int, char**)’:                  
../examples/socket/socket-bound-static-routing.cc:134:24: error: variable ‘ifInAddrSrc’ set but not used [-Werror=unused-but-set-variable]
cc1plus: all warnings being treated as errors
Comment 1 John Abraham 2011-05-16 12:06:53 UTC
Created attachment 1120 [details]
patch