Project

General

Profile

Actions

Bug #7314

closed

misc/warnings: compile warnings during build

Added by Jeff Lucovsky 23 days ago. Updated 21 days ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Affected Versions:
Effort:
Difficulty:
Label:

Description

Building master with clang gives warnings:
util-magic.c:126:9: warning: macro is not used [-Wunused-macros]
126 | #define MICROSOFT_OFFICE_DOC "Microsoft Office Document" | ^
1 warning generated.

util-profiling.c:46:9: warning: macro is not used [-Wunused-macros]
46 | #define DEFAULT_LOG_MODE_APPEND "yes" | ^
util-profiling.c:45:9: warning: macro is not used [-Wunused-macros]
45 | #define DEFAULT_LOG_FILENAME "profile.log" | ^
2 warnings generated.

util-spm.c:271:9: warning: macro is not used [-Wunused-macros]
271 | #define STATS_TIMES 1000000 | ^
1 warning generated.

Actions

Also available in: Atom PDF