So I am starting to work on converting various targets in gnucash-git to
C++.

When doing that I intend to add -Wall -Werror and resolve any issues that
pop up.

I plan to test on MINGW and Ubuntu, but I see a whole host of different
platforms mentioned in the cmakefiles.

If we actually build for those other platforms, I'd like to restrict the
-Wall -Werror to just the 2 platforms I can test so it doesn't create
headaches for those other platforms.

I see MINGW for building that platform, but don't see anything for Linux
specifically, I assume I can use

(CMAKE_SYSTEM_NAME MATCHES "Linux") but thought I would check with the
experts.

 

_______________________________________________
gnucash-devel mailing list
[email protected]
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to