* Don't override the CC and C++ environment variables
Fixes an issue where some makefiles override the user's CC and C++
environment variables.
* Restore test makefiles
* Test to change from CC = cc to CC = gcc for only needed files.
* Restore the whitespaces to their original state before the update in order to show the necessary file changes for the PR.
---------
Co-authored-by: Nino Tarantino <antonio.tarantino@nasa.gov>
* fixed web server freeze issue
* Revert "fixed web server freeze issue"
This reverts commit 7883453f6abcd7a13a37c254fc5ebeec2e201385.
* Fixed Webserver freeze issue
---------
Co-authored-by: Marcus Rockwell <marcusrockwell@gmail.com>
* Replace sprintf with snprintf in all of Trick source. #1384
* Don't add -Werror for MacOS because of deprecated sprintf warnings which we cant get rid of because SWIG. #1384
* Fixed an unbalanced parenthesis in S_overrides.mk. #1384