Clone of the nRF51822 repository from github The correct home is https://github.com/lancaster-university/nRF51822

Dependencies:   nrf51-sdk

Dependents:   microbit-dal microbit-ble-open microbit-dal-eddystone microbit-dal-ble-accelerometer-example ... more

Revision:
538:37205f256159
Parent:
435:e351a16db43d
Child:
541:884f95bf5351
--- a/source/supress-warnings.cmake	Thu Dec 10 10:35:58 2015 +0000
+++ b/source/supress-warnings.cmake	Thu Dec 10 10:35:58 2015 +0000
@@ -16,6 +16,6 @@
 
 if(CMAKE_C_COMPILER_ID STREQUAL "GNU")
     set_target_properties(ble-nrf51822
-        PROPERTIES COMPILE_FLAGS "-Wno-sign-compare -Wno-unused-variable -Wno-unused-parameter -Wno-missing-field-initializers"
+        PROPERTIES COMPILE_FLAGS "-Wno-sign-compare -Wno-unused-variable -Wno-unused-parameter -Wno-unused-function -Wno-missing-field-initializers"
     )
 endif()
\ No newline at end of file