CMakeLists: set no-dangling-pointer
authorAlexander Couzens <lynxis@fe80.eu>
Tue, 17 Oct 2023 11:05:39 +0000 (14:05 +0300)
committerAlexander Couzens <lynxis@fe80.eu>
Sat, 9 Mar 2024 20:15:21 +0000 (21:15 +0100)
commitebfe8b47b366092457df7a7f631c8f746e8455fd
tree5a3d794dc9866110b110dd5b2a35d3ec40e45da7
parentc47125dc3e7cc1ba40b7a9ef699af71a659dedd8
CMakeLists: set no-dangling-pointer

As long complete callback will have a stack allocated pointer, uqmi
need to have --Wno-dangling-pointer.

Signed-off-by: Alexander Couzens <lynxis@fe80.eu>
CMakeLists.txt