Fix some gcc8 warnings
GaudiHive: - catch polymorphic exceptions by reference GaudiProfiling: - Avoid using `sprintf` with the same source and destination buffers - Replace `strncpy` with `memcpy` - Use `sa_sigaction` instead of `sa_handler` for the signal handler to avoid function pointer type mismatch
parent
7caef2ec
No related branches found
No related tags found
Showing
- GaudiHive/src/bin/concurrentRun.cpp 1 addition, 1 deletionGaudiHive/src/bin/concurrentRun.cpp
- GaudiProfiling/src/app/pfm_gen_analysis.cpp 4 additions, 4 deletionsGaudiProfiling/src/app/pfm_gen_analysis.cpp
- GaudiProfiling/src/component/PerfMonAuditor.cpp 5 additions, 6 deletionsGaudiProfiling/src/component/PerfMonAuditor.cpp
Loading
Please register or sign in to comment