I am working on a multi-threaded project that has suffered from many errors due to the use of the strtok () library function, which is not thread safe.
I would like to find a way to prohibit the use of this function (and possibly others) by defining something in the project file (Qt Creator / qmake) (for example, overriding a symbol) so that new developers or experienced developers introduce it again.
Any ideas?
source share