Skip to content

Conversation

sipsorcery
Copy link
Contributor

#17364 & #17384 overlapped and both added the same line of ..\..\src\test\util\*.cpp to test_bitcoin.vcxproj. This didn't break the build but does result in duplicate symbol warnings. This PR cleans it up and removes the additional redundant line of ..\..\src\test\util\setup_common.cpp which will also be covered by the wildcard include.

@maflcko
Copy link
Member

maflcko commented Nov 7, 2019

ACK b80f7db 🔅

Show signature and timestamp

Signature:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

ACK b80f7db832390a1b43829c1d5857f382c45b0df6 🔅
-----BEGIN PGP SIGNATURE-----

iQGzBAEBCgAdFiEE+rVPoUahrI9sLGYTzit1aX5ppUgFAlwqrYAACgkQzit1aX5p
pUgm4Qv+Jf4bz7I4WBxi/fyyAor/jkc2ujOySG3obfOP8w2yNQWsfkkKrKpu5H41
c/eNy3oxPBYYfRY2jq6Q0Si6QBppr9IxUrSW2pCgx0xhjzn/cppirOorWhnlars3
WrZCOnxrg4FuELocaLrz9G+XPq0kjNiy5F8nXWi6HY5hkoNReHzYfgiLkSga0CkY
Y1ILnoqbCQO6GxevHiokd8Lw71JWNnEICN77jHTk6kp+BtB0UjaezuXwAkbTNjga
1VcJH9nlNcEGQe+9uEcDMLuN4LiUcBwzcZpdJCgGFCJF/h+NNS1fy7h/Xi6JQGn9
sU2WNbN6UagmgrLYFZNHnJNyesFSIY4YxdzWQgREpSeI/erLtcmXFj+MWaXvjBvU
t2Dx5n7vHlxC+M5tiUaSNddRtIR7UlL11ZKDGYgRjXWjWK2/VXEORWpVeOYHyowY
M8ALQcxNaizbfOZB8nnBNS55XjkTXXDdFmF4GQL8OQZkbHd3LlKLCPlP3wLsj7+6
BCF1pgLg
=kJ1b
-----END PGP SIGNATURE-----

Timestamp of file with hash 48b8ab124186c99b79562c95371bdbb65826b2a60e11e2577b028255d8d07fa4 -

Copy link
Member

@fanquake fanquake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ACK b80f7db - tested a build on a Windows machine. No longer see the warnings shown below:

windows_dups

fanquake added a commit that referenced this pull request Nov 7, 2019
…svc project

b80f7db Remove redundant class file includes from test_bitcoin project. (Aaron Clauson)

Pull request description:

  #17364 & #17384 overlapped and both added the same line of `..\..\src\test\util\*.cpp` to `test_bitcoin.vcxproj`. This didn't break the build but does result in duplicate symbol warnings. This PR cleans it up and removes the additional redundant line of `..\..\src\test\util\setup_common.cpp` which will also be covered by the wildcard include.

ACKs for top commit:
  MarcoFalke:
    ACK b80f7db 🔅
  fanquake:
    ACK b80f7db - tested a build on a Windows machine. No longer see the warnings shown below:

Tree-SHA512: 55960821480483c517b475f2a6871cd7d4033d086db3fd679aa0de362e4f7e2c3ac7967ca278cc3728cc765ba23d4441ec769d83d7a47e7a3fa2f09de2bbc145
@fanquake fanquake merged commit b80f7db into bitcoin:master Nov 7, 2019
@sipsorcery sipsorcery deleted the msvc_test branch November 7, 2019 20:46
@bitcoin bitcoin locked as resolved and limited conversation to collaborators Dec 16, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants