PengZheng commented on a change in pull request #392:
URL: https://github.com/apache/celix/pull/392#discussion_r790588776



##########
File path: CMakeLists.txt
##########
@@ -44,7 +44,7 @@ endif ()
 set(ENABLE_MORE_WARNINGS OFF)
 
 # Set C specific flags
-set(CMAKE_C_FLAGS "-D_GNU_SOURCE -std=gnu99 -fPIC ${CMAKE_C_FLAGS}")
+set(CMAKE_C_FLAGS "-D_GNU_SOURCE -std=gnu11 -fPIC ${CMAKE_C_FLAGS}")

Review comment:
       I'd better follow pubsub_admin's usage of gcc built-in atomic operations 
 to avoid introducing C11.




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to