git: e81ecab4b18f - main - netmap: bridge: fix -Wdate-time compilation issue
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 31 Dec 2022 14:56:41 UTC
The branch main has been updated by vmaffione: URL: https://cgit.FreeBSD.org/src/commit/?id=e81ecab4b18f71956ae1370520031b3c8f5b012b commit e81ecab4b18f71956ae1370520031b3c8f5b012b Author: Vincenzo Maffione <vmaffione@FreeBSD.org> AuthorDate: 2022-12-31 14:56:02 +0000 Commit: Vincenzo Maffione <vmaffione@FreeBSD.org> CommitDate: 2022-12-31 14:56:02 +0000 netmap: bridge: fix -Wdate-time compilation issue MFC after: 3 days --- tools/tools/netmap/bridge.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/tools/tools/netmap/bridge.c b/tools/tools/netmap/bridge.c index 0c8f56265ff4..6bd8809b8849 100644 --- a/tools/tools/netmap/bridge.c +++ b/tools/tools/netmap/bridge.c @@ -206,8 +206,6 @@ main(int argc, char **argv) int loopback = 0; int ch; - fprintf(stderr, "%s built %s %s\n\n", argv[0], __DATE__, __TIME__); - while ((ch = getopt(argc, argv, "hb:ci:vw:L")) != -1) { switch (ch) { default: