Commit 644654a5 authored by Lionel Gauthier's avatar Lionel Gauthier

Sebastian Held patches15/0039-suppress-warnings-from-generated-code-asn1.patch

git-svn-id: http://svn.eurecom.fr/openair4G/trunk@7341 818b1a75-f10b-46b9-bf7c-635c3b92a50f
parent ca7e56d1
......@@ -236,6 +236,7 @@ file(GLOB rrc_source ${RRC_FULL_DIR}/*.c)
set(rrc_source ${rrc_source} ${OPENAIR2_DIR}/RRC/LITE/MESSAGES/asn1_msg.c)
file(GLOB rrc_h ${RRC_FULL_DIR}/*.h)
set(rrc_h ${rrc_h} ${RRC_FULL_DIR}/asn1_constants.h)
set_source_files_properties(${rrc_source} PROPERTIES COMPILE_FLAGS -w) # suppress warnings from generated code
add_library(RRC_LIB ${rrc_h} ${rrc_source})
include_directories ("${RRC_FULL_DIR}")
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment