|
[Sponsors] |
September 7, 2005, 08:05 |
Hi. I've just installed 1.2 an
|
#1 |
Senior Member
Gavin Tabor
Join Date: Mar 2009
Posts: 181
Rep Power: 17 |
Hi. I've just installed 1.2 and am trying to make some code work. The code is a GUI for blockMesh using FOX; and it keeps spitting out 'Warning: use of old-style cast' warning messages (principally from the FOX code sections, not OpenFOAM). How can I switch the compiler to ignore these warnings? (They are making it rather difficult to sort out what is _actually_ going wrong).
Gavin |
|
September 7, 2005, 08:11 |
All the compiler switches are
|
#2 |
Senior Member
Join Date: Mar 2009
Posts: 854
Rep Power: 22 |
All the compiler switches are in the files in the wmake/rules/* directories, the ones corresponding to the c++ compiler warnings are in the c++ file and the one you want to remove is -Wold-style-cast as you might guess.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
warning #064 | ema | Siemens | 1 | August 25, 2005 06:45 |
warning # 90 | vishal | Siemens | 1 | August 11, 2005 10:19 |
*** WARNING #052 *** | Cirilo | Siemens | 1 | July 27, 2005 09:34 |
Warning | Paco | Siemens | 0 | June 23, 2005 03:33 |
Warning #007 | Shazlan | Siemens | 3 | March 24, 2005 05:49 |