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
{{ message }}
This repository has been archived by the owner on Aug 5, 2022. It is now read-only.
cd ..
mkdir build.release
cd build.release
cmake ..
~/intelRSD/PSME/build.release/opae-1.3.0-2/libfpgaof/src/fabric/fabric_endpoint.cpp: In member function ‘int32_t fpgaof::fabric::FabricEndpoint::fabricRequestHandler(FabricHandle, RequestCapsule&, fpgaof::fabric::DataBuffer)’:
~/intelRSD/PSME/build.release/opae-1.3.0-2/libfpgaof/src/fabric/fabric_endpoint.cpp:899:9: error: this statement may fall through [-Werror=implicit-fallthrough=]
}
^
~/intelRSD/PSME/build.release/opae-1.3.0-2/libfpgaof/src/fabric/fabric_endpoint.cpp:902:5: note: here
case FABRIC_AUTHENTICATE:
^~~~
cc1plus: all warnings being treated as errors
libfpgaof/CMakeFiles/fpgaof.dir/build.make:62: recipe for target 'libfpgaof/CMakeFiles/fpgaof.dir/src/fabric/fabric_endpoint.cpp.o' failed
make[6]: *** [libfpgaof/CMakeFiles/fpgaof.dir/src/fabric/fabric_endpoint.cpp.o] Error 1
The text was updated successfully, but these errors were encountered:
This issue is not addressed neither in #111 nor in #1356. Could you please keep one issue open. It will be great help if someone let me know what is required to get out of this error.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Steps followed
git clone https://github.com/intel/intelRSD.git
cd intelRSD/PSME/third_party
./download.sh
cd ..
mkdir build.release
cd build.release
cmake ..
The text was updated successfully, but these errors were encountered: