Remove __DATE__/__TIME due to reproduce same binary

This commit is contained in:
Sukchan Lee 2019-05-01 07:56:46 +00:00
parent 49adabdc70
commit c8ed909f46
1 changed files with 1 additions and 5 deletions

6
main.c
View File

@ -9,11 +9,7 @@
#include "app/application.h"
#include "app_init.h"
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wdate-time"
static char *version = "NextEPC daemon v" \
PACKAGE_VERSION " - "__DATE__ " " __TIME__;
#pragma GCC diagnostic pop
static char *version = "NextEPC daemon v" PACKAGE_VERSION;
static void show_version()
{