You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While compiling with the compile.gnu file, I obtain the following warnings.
Could it be a problem ?
/home/eginer/champ/src/parser/parse.F90:909:0:
909 | llist = trim(llist(2:li))
|
Warning: ‘__builtin_memmove’ reading 256 bytes from a region of size 255 [-Wstringop-overflow=]
/home/eginer/champ/src/parser/parse.F90:718:0:
718 | llist = trim(llist(2:li))
|
Warning: ‘__builtin_memmove’ reading 256 bytes from a region of size 255 [-Wstringop-overflow=]
/home/eginer/champ/src/parser/parse.F90:1097:0:
1097 | llist = trim(llist(2:li))
|
Warning: ‘__builtin_memmove’ reading 256 bytes from a region of size 255 [-Wstringop-overflow=]
The text was updated successfully, but these errors were encountered:
Hello,
While compiling with the compile.gnu file, I obtain the following warnings.
Could it be a problem ?
The text was updated successfully, but these errors were encountered: