Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cc: Fix compile warning (iovisor#2346)
Add corresponding ifdef macro to get ride of the follow warning. /home/lecopzer/workspace/mybcc/src/cc/bcc_debug.cc: In member function ‘void ebpf::SourceDebugger::dump()’: /home/lecopzer/workspace/mybcc/src/cc/bcc_debug.cc:186:16: warning: unused variable ‘SectionID’ [-Wunused-variable] unsigned SectionID = get<2>(section.second); ^~~~~~~~~
- Loading branch information