fix #275218: fix MSVC LNK4221 warnings

about empty objects
This commit is contained in:
Joachim Schmitz 2018-09-17 16:14:42 +02:00
parent 58fc85be80
commit 098ee4d46a
2 changed files with 2 additions and 3 deletions

View file

@ -32,7 +32,6 @@ add_library(bww STATIC
lexer.cpp
parser.cpp
symbols.cpp
writer.cpp
)
if (MSVC)

View file

@ -49,7 +49,7 @@ add_library (
cleflist.h connector.h cursor.h drumset.h dsp.h duration.h durationtype.h dynamic.h element.h elementlayout.h
elementmap.h excerpt.h fermata.h fifo.h figuredbass.h fingering.h fraction.h fret.h glissando.h groups.h hairpin.h
harmony.h hook.h icon.h image.h imageStore.h iname.h input.h instrchange.h instrtemplate.h instrument.h interval.h
jump.h key.h keyfinder.h keylist.h keysig.h lasso.h layout.h layoutbreak.h ledgerline.h letring.h line.h location.h
jump.h key.h keylist.h keysig.h lasso.h layout.h layoutbreak.h ledgerline.h letring.h line.h location.h
lyrics.h marker.h mcursor.h measure.h measurebase.h mscore.h mscoreview.h musescoreCore.h navigate.h note.h notedot.h
noteevent.h noteline.h ossia.h ottava.h page.h palmmute.h part.h pedal.h pitch.h pitchspelling.h pitchvalue.h plugins.h
pos.h property.h range.h read206.h rehearsalmark.h repeat.h repeatlist.h rest.h revisions.h score.h scoreElement.h segment.h
@ -68,7 +68,7 @@ add_library (
fifo.cpp fret.cpp glissando.cpp hairpin.cpp
harmony.cpp hook.cpp image.cpp iname.cpp instrchange.cpp
instrtemplate.cpp instrument.cpp interval.cpp
key.cpp keyfinder.cpp keysig.cpp lasso.cpp
key.cpp keysig.cpp lasso.cpp
layoutbreak.cpp layout.cpp line.cpp lyrics.cpp measurebase.cpp
measure.cpp navigate.cpp note.cpp noteevent.cpp ottava.cpp
page.cpp part.cpp pedal.cpp letring.cpp vibrato.cpp palmmute.cpp pitch.cpp pitchspelling.cpp