Squash a couple of warnings that are not real issues

This commit is contained in:
Bill Somerville 2020-03-20 10:57:19 +00:00
parent 90458df65c
commit d2ba450315
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F

View File

@ -789,6 +789,10 @@ endif (APPLE)
set_source_files_properties (${WSJTX_ICON_FILE} PROPERTIES MACOSX_PACKAGE_LOCATION Resources)
# supress intransigent compiler diagnostics
set_source_files_properties (lib/decoder.f90 PROPERTIES COMPILE_FLAGS "-Wno-unused-dummy-argument")
set_source_files_properties (lib/filbig.f90 PROPERTIES COMPILE_FLAGS "-Wno-aliasing")
if (WSJT_QDEBUG_IN_RELEASE)
# context info in Qt message handler in release configuration
set_property (DIRECTORY APPEND PROPERTY