mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-09-18 14:27:39 +03:00
0022980: Fixed Standard_Atomic.hxx
Standard_Atomic, prefer gcc built-ins rather than WinAPI calls (revert previous change of order) Raise compiler error if no implementation found for atomic operations. Add new draw command for testing this bug Fix for compilation with TBB disabled Adding CSF_TBB_INCLUDES macro in edl files Correction of *.edl files Update of EXTERNLIB files with CSF_TBB Adding EXTERNLIB file
This commit is contained in:
2
src/QABugs/QABugs_4.cxx
Normal file → Executable file
2
src/QABugs/QABugs_4.cxx
Normal file → Executable file
@@ -145,7 +145,7 @@ static int BUC60627(Draw_Interpretor& di, Standard_Integer argc, const char ** a
|
||||
}
|
||||
|
||||
void QABugs::Commands_4(Draw_Interpretor& theCommands) {
|
||||
char *group = "QABugs";
|
||||
const char *group = "QABugs";
|
||||
|
||||
theCommands.Add("BUC60738","BUC60738",__FILE__,BUC60738,group);
|
||||
theCommands.Add("BUC60606","BUC60606 name",__FILE__,BUC60606,group);
|
||||
|
Reference in New Issue
Block a user