mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2024-12-14 04:00:34 +00:00
Remove warning
This commit is contained in:
parent
fa49906c03
commit
98212ea1fe
@ -216,10 +216,7 @@ int main(int argc, char *argv[])
|
||||
std::cout << "Error opening file " << config_path << std::endl;
|
||||
}
|
||||
|
||||
config << "\
|
||||
#this file is generated by volk_profile.\n\
|
||||
#the function name is followed by the preferred architecture.\n\
|
||||
";
|
||||
config << "#this file is generated by volk_gnsssdr_profile.\n\ #the function name is followed by the preferred architecture.\n\";
|
||||
|
||||
BOOST_FOREACH(volk_gnsssdr_test_results_t result, results)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user