gsm0408_test: allow deprecated API

This test knowingly calls deprecated functions -- allow that to squelch these
warnings:

warning: ‘gsm48_generate_lai’ is deprecated: Use gsm48_generate_lai2() instead, to not lose leading zeros in the MNC [-Wdeprecated-declarations]
warning: ‘gsm48_decode_lai’ is deprecated: Use gsm48_decode_lai2() instead, to not lose leading zeros in the MNC [-Wdeprecated-declarations]

Change-Id: Ifd618c1b9befa9c9ef0a338ab4aae2b0f796f4c2
This commit is contained in:
Neels Hofmeyr 2020-06-16 13:17:20 +02:00
parent 83025bf1a6
commit 30856ca5cb
1 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,8 @@
*
*/
#pragma GCC diagnostic ignored "-Wdeprecated-declarations"
#include <string.h>
#include <stdio.h>
#include <stdlib.h>