mirror of
https://github.com/transmission/transmission.git
synced 2025-12-23 20:08:43 +00:00
* fix: recent FTBFS in msvc It's happening a line in qt/WatchDir.cc where an enum named `ERROR` is declared, so it's probably conflicting with a new `ERROR` name in some header file. Rename ours and make at an `enum class` for good measure. * build: fix cmake msvc warning D9025 : overriding /W3 with /W4
3.3 KiB
3.3 KiB