Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🌹 NINJA 🍃 CMAKE 🌷 Warning #50

Closed
vickysharma0812 opened this issue Sep 26, 2021 · 0 comments · Fixed by #53 or #54
Closed

🌹 NINJA 🍃 CMAKE 🌷 Warning #50

vickysharma0812 opened this issue Sep 26, 2021 · 0 comments · Fixed by #53 or #54
Labels
bug Something isn't working

Comments

@vickysharma0812
Copy link
Member

CMake with Ninja Generator produces following 🐞 Warnings 🐢 in System_Method.f90 files.

- Build files have been written to: /home/vikassharma/temp/easifem-base/build
[3/103] Building Fortran object CMakeFiles/easifemBase.dir/src/modules/System/src/System_Method.f90.o
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5056:24:

 5056 | !!       write (*, FMT="('Device ID(hex/decimal):',      &
      |                        1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5057:32:

 5057 | !!       & T30, Z0,'h/',I0,'d')") buff(1),buff(1)
      |                                1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5058:24:

 5058 | !!       write (*, FMT="('Inode number:',                &
      |                        1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5059:20:

 5059 | !!       & T30, I0)") buff(2)
      |                    1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5060:24:

 5060 | !!       write (*, FMT="('File mode (octal):',           &
      |                        1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5061:21:

 5061 | !!       & T30, O19)") buff(3)
      |                     1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5062:24:

 5062 | !!       write (*, FMT="('Number of links:',             &
      |                        1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5063:20:

 5063 | !!       & T30, I0)") buff(4)
      |                    1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5064:24:

 5064 | !!       write (*, FMT="('Owner''s uid/username:',       &
      |                        1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5065:26:

 5065 | !!       & T30, I0,1x, A)") buff(5), system_getpwuid(buff(5))
      |                          1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5066:24:

 5066 | !!       write (*, FMT="('Owner''s gid/group:',          &
      |                        1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5067:26:

 5067 | !!       & T30, I0,1x, A)") buff(6), system_getgrgid(buff(6))
      |                          1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5068:24:

 5068 | !!       write (*, FMT="('Device where located:',        &
      |                        1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5069:20:

 5069 | !!       & T30, I0)") buff(7)
      |                    1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5070:24:

 5070 | !!       write (*, FMT="('File size(bytes):',            &
      |                        1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5071:20:

 5071 | !!       & T30, I0)") buff(8)
      |                    1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5072:24:

 5072 | !!       write (*, FMT="('Last access time:',            &
      |                        1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5073:26:

 5073 | !!       & T30, I0,1x, A)") buff(9), fmtdate(u2d(int(buff(9))),fmt_date)
      |                          1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5074:24:

 5074 | !!       write (*, FMT="('Last modification time:',      &
      |                        1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5075:26:

 5075 | !!       & T30, I0,1x, A)") buff(10),fmtdate(u2d(int(buff(10))),fmt_date)
      |                          1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5076:24:

 5076 | !!       write (*, FMT="('Last status change time:',     &
      |                        1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5077:26:

 5077 | !!       & T30, I0,1x, A)") buff(11),fmtdate(u2d(int(buff(11))),fmt_date)
      |                          1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5078:24:

 5078 | !!       write (*, FMT="('Preferred block size(bytes):', &
      |                        1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5079:20:

 5079 | !!       & T30, I0)") buff(12)
      |                    1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5080:24:

 5080 | !!       write (*, FMT="('No. of blocks allocated:',     &
      |                        1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5081:20:

 5081 | !!       & T30, I0)") buff(13)
      |                    1
Warning: missing terminating " character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5252:75:

 5252 | ! represent the locations, in the two strings, from which we start once we've observed it.
      |                                                                           1
Warning: missing terminating ' character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5279:61:

 5279 |                   return                         ! "x" doesn't match "*y*"
      |                                                             1
Warning: missing terminating ' character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5286:34:

 5286 |          ! Got a non-match. If we've set our bookmarks, back up to one or both of them and retry.
      |                                  1
Warning: missing terminating ' character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5292:21:

 5292 |                ! Don't go this far back again.
      |                     1
Warning: missing terminating ' character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5308:62:

 5308 |          return                                  ! "xy" doesn't match "x"
      |                                                              1
Warning: missing terminating ' character
/home/vikassharma/Dropbox/easifem-base/src/modules/System/src/System_Method.f90:5324:61:

 5324 |          return                                  ! "x" doesn't match "xy"
@vickysharma0812 vickysharma0812 added the bug Something isn't working label Sep 26, 2021
@vickysharma0812 vickysharma0812 added this to the easifemBase.v21.3.0 milestone Sep 26, 2021
@vickysharma0812 vickysharma0812 added this to To do in v2024.04.0 (base) via automation Sep 26, 2021
@vickysharma0812 vickysharma0812 linked a pull request Sep 27, 2021 that will close this issue
3 tasks
v2024.04.0 (base) automation moved this from To do to Done Sep 27, 2021
@vickysharma0812 vickysharma0812 linked a pull request Sep 27, 2021 that will close this issue
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
1 participant