Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update path.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 18 Feb 2023 18:04:03 +0000 (19:04 +0100)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Sat, 18 Feb 2023 18:04:18 +0000 (19:04 +0100)
Error also seen with clang 11 and ns3.31.

tools/cmake/Flags.cmake

index 7ba0016..5d5a132 100644 (file)
@@ -218,9 +218,9 @@ if(CMAKE_SYSTEM_NAME MATCHES "Darwin")
   set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} -D_XOPEN_SOURCE=700 -D_DARWIN_C_SOURCE")
 endif()
 
-# Avoid a failure seen with gcc 7.2.0 and ns3 3.27
+# Avoid a failure seen with some combinations of compiler and ns3 versions
 if(enable_ns3)
-  set_source_files_properties(src/surf/network_ns3.cpp PROPERTIES COMPILE_FLAGS " -Wno-unused-local-typedef")
+  set_source_files_properties(src/kernel/resource/models/network_ns3.cpp PROPERTIES COMPILE_FLAGS " -Wno-unused-local-typedef")
 endif()
 
 set(TESH_OPTION "")